1
0
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:
Madeline 2023-01-18 20:16:22 +11:00
parent b58cea7c41
commit abe967a8f3
No known key found for this signature in database
GPG Key ID: 1958E017C36F2E47

View File

@ -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",