forked from abner/for-legacy-web
Update to revolt.js 5.0.0-alpha.10
Fix member sidebar not showing on mobile.
This commit is contained in:
@@ -43,7 +43,7 @@ export const SimpleRenderer: RendererRoutines = {
|
||||
}
|
||||
},
|
||||
receive: async (renderer, message) => {
|
||||
if (message.channel !== renderer.channel) return;
|
||||
if (message.channel_id !== renderer.channel) return;
|
||||
if (renderer.state.type !== "RENDER") return;
|
||||
if (renderer.state.messages.find((x) => x._id === message._id)) return;
|
||||
if (!renderer.state.atBottom) return;
|
||||
|
||||
Reference in New Issue
Block a user