fix: Make animated WebP emotes properly animate

Signed-off-by: solunareclipse1 <sol@solunareclipse1.net>
pull/1126/head
solunareclipse1 2025-07-10 23:41:57 -05:00
parent 9e293e0a30
commit 1136e8e31b
No known key found for this signature in database
GPG Key ID: 66B4C7CED8E7FB3A
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export function RenderEmoji({ match }: CustomComponentProps) {
? `${
clientController.getAvailableClient().configuration?.features
.autumn.url
}/emojis/${match}`
}/emojis/${match}/original`
: parseEmoji(
match in emojiDictionary
? emojiDictionary[match as keyof typeof emojiDictionary]