Reaction Selector: Update thumb sprite (#2114)

This commit is contained in:
Alexander Zinchuk 2022-11-07 23:00:48 +04:00
parent 0a5ea95c52
commit 66b5da4ef9
2 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ export function buildApiChatReactions(availableReactions?: GramJs.TypeChatReacti
if (availableReactions instanceof GramJs.ChatReactionsAll) {
// TODO Hack before custom reactions are implemented
// eslint-disable-next-line max-len
return ['👍', '👎', '❤', '🔥', '🥰', '👏', '😁', '🤔', '🤯', '😱', '🤬', '😢', '🎉', '🤩', '🤮', '💩', '🙏', '👌', '🕊', '🤡', '🥱', '🥴', '😍', '🐳', '❤‍🔥', '🌚', '🌭', '💯', '🤣', '⚡', '🍌', '🏆', '💔', '🤨', '😐', '🍓', '🍾', '💋', '🖕', '😈'];
return ['👍', '👎', '❤', '🔥', '🥰', '👏', '😁', '🤔', '🤯', '😱', '🤬', '😢', '🎉', '🤩', '🤮', '💩', '🙏', '👌', '🕊', '🤡', '🥱', '🥴', '😍', '🐳', '❤‍🔥', '🌚', '🌭', '💯', '🤣', '⚡', '🍌', '🏆', '💔', '🤨', '😐', '🍓', '🍾', '💋', '🖕', '😈', '😴', '😭', '🤓', '👻', '👨‍💻', '👀', '🎃'];
}
if (availableReactions instanceof GramJs.ChatReactionsSome) {
return availableReactions.reactions.map(buildApiReaction).filter(Boolean);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 54 KiB