Reaction Selector: Update thumb sprite (#2114)
This commit is contained in:
parent
0a5ea95c52
commit
66b5da4ef9
@ -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 |
Loading…
x
Reference in New Issue
Block a user