mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
parent
586b1c9dca
commit
2e10a0058d
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ if(data.compressed) {
|
|||
|
||||
const emojiMartData = data;
|
||||
|
||||
const excluded = ['®', '©', '™'];
|
||||
const excluded = ['®', '©', '™',
|
||||
'⬆', '↗', '➡', '↘', '⬇', '↙', '⬅', '↖', '↕', '↔', '↩', '↪', '⤴', '⤵'];
|
||||
const skinTones = ['🏻', '🏼', '🏽', '🏾', '🏿'];
|
||||
const shortcodeMap = {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue