mirror of
https://github.com/danog/telegram-tt.git
synced 2025-01-22 05:11:55 +01:00
Fix Animated Emoji: Some emojis are not animated (#1091)
This commit is contained in:
parent
bf19ec22d0
commit
7bdcea43a1
@ -39,7 +39,5 @@ export function selectAnimatedEmoji(global: GlobalState, emoji: string) {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
emoji = emoji.replace('\ufe0f', '');
|
||||
|
||||
return animatedEmojis.stickers.find((sticker) => sticker.emoji === emoji);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user