mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-31 00:45:41 +00:00
Don't fetch the emoji owner in identify, as this causes mass-disconnects with large emoji counts.
TODO: Remove some additional emoji props from being sent (user_id for example)
This commit is contained in:
@@ -90,7 +90,6 @@ export async function onIdentify(this: WebSocket, data: Payload) {
|
||||
"guild",
|
||||
"guild.channels",
|
||||
"guild.emojis",
|
||||
"guild.emojis.user",
|
||||
"guild.roles",
|
||||
"guild.stickers",
|
||||
"user",
|
||||
|
||||
Reference in New Issue
Block a user