1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

emoji_map: axe arrows with Emoji_Presentation=No

Closes #26089
This commit is contained in:
наб 2023-07-20 14:58:31 +02:00
parent 586b1c9dca
commit 2e10a0058d
No known key found for this signature in database
GPG key ID: BCFD0B018D2658F1

View file

@ -22,7 +22,8 @@ if(data.compressed) {
const emojiMartData = data;
const excluded = ['®', '©', '™'];
const excluded = ['®', '©', '™',
'⬆', '↗', '➡', '↘', '⬇', '↙', '⬅', '↖', '↕', '↔', '↩', '↪', '⤴', '⤵'];
const skinTones = ['🏻', '🏼', '🏽', '🏾', '🏿'];
const shortcodeMap = {};