Results 293 comments of Paul Makles

https://github.com/orgs/revoltchat/discussions/963

That class expects Client to be present, also this isn't intended for creating embeds (currently), you should just create the structure 'classless' so to speak. i.e. `sendMessage({ embeds: [ {...

Fix blocked on https://github.com/revoltchat/frontend/issues/14 For push notifications, see https://github.com/revoltchat/backend/issues/309 fix: Push notifications should be hidden on desktop*

this will need an rfc for implementation details

(can use the ratelimiter collection)

Impl note: can use query params that already exist

I'm trying to avoid relying on libraries outside of the Rust ecosystem as they make the project more difficult to build and deploy, ideally we can avoid it entirely but...