From 1136e8e31b73e7cbb54da4a6c7089935113d2995 Mon Sep 17 00:00:00 2001 From: solunareclipse1 Date: Thu, 10 Jul 2025 23:41:57 -0500 Subject: [PATCH] fix: Make animated WebP emotes properly animate Signed-off-by: solunareclipse1 --- src/components/markdown/plugins/emoji.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/markdown/plugins/emoji.tsx b/src/components/markdown/plugins/emoji.tsx index f1189502..9bf0e573 100644 --- a/src/components/markdown/plugins/emoji.tsx +++ b/src/components/markdown/plugins/emoji.tsx @@ -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]