Closed DEVTomatoCake closed 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.
body.image
Emoji
image
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 anyimage
property) it's pointless to update the value.