Paul Makles
Paul Makles
(blocked on #210)
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)
Marked as draft
Impl note: can use query params that already exist
Duplication is fine here.
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...