Try customizing the emoji list

This commit is contained in:
Alex Gleason 2020-05-22 23:29:30 -05:00
parent 68d40dc8ad
commit 4c9326b673
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 4 additions and 3 deletions

View File

@ -3,14 +3,15 @@ import {
List as ImmutableList, List as ImmutableList,
} from 'immutable'; } from 'immutable';
// https://emojipedia.org/facebook/ // https://emojipedia.org/facebook
// I've customized them.
export const ALLOWED_EMOJI = [ export const ALLOWED_EMOJI = [
'👍', '👍',
'❤', '❤',
'😂', '😂',
'😯', '😮',
'😢', '😢',
'😡', '😩',
]; ];
export const sortEmoji = emojiReacts => ( export const sortEmoji = emojiReacts => (