Spacebar server - A reimplementation of the Discord.com backend, built with Typescript and love
GNU Affero General Public License v3.0
1.47k
stars
252
forks
source link
Support proper "animated" property for emojis #1146
Closed
DEVTomatoCake closed 3 months ago
Instead of defaulting to
animated: false
this PR sets it to true if the MIME type of the uploaded file is set toimage/gif
.This uses the same detection as the uploading process in line 126: https://github.com/spacebarchat/server/blob/22afbf62a6fb500a01f7b9fe4d6d136f5a298e5f/src/util/util/cdn.ts#L61