mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-25 11:43:07 +01: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:
parent
b58cea7c41
commit
abe967a8f3
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user