revoltchat / backend

Monorepo for Revolt backend services.
https://developers.revolt.chat/api/
Other
1.14k stars 125 forks source link

fix:(bonfire) Ensure cache is populated before calculating permissions #259

Closed TheBobBobs closed 1 year ago

TheBobBobs commented 1 year ago

Fixes clients not receiving ChannelCreate event if channel was not already present in cache.

Insert members and servers into cache before filtering channels to prevent fetching them for every channel. Closes #231