fix: Make animated WebP emotes properly animate
Signed-off-by: solunareclipse1 <sol@solunareclipse1.net>pull/1126/head
parent
9e293e0a30
commit
1136e8e31b
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue