spacebarchat / server

Spacebar server - A reimplementation of the Discord.com backend, built with Typescript and love
https://spacebar.chat
GNU Affero General Public License v3.0
1.48k stars 251 forks source link

Fix uploading of emojis #1209

Closed DEVTomatoCake closed 2 months ago

DEVTomatoCake commented 2 months ago

I broke this in #1146

https://github.com/spacebarchat/server/blob/143cbf2e98557fe937ace2a2e785e48f7f701bd1/src/api/routes/guilds/%23guild_id/emojis.ts#L128 requires body.image to be the original one, not the hash. As the hash is never used (Emoji doesn't have any image property) it's pointless to update the value.