Try customizing the emoji list

merge-requests/18/head
Alex Gleason 4 years ago
parent 68d40dc8ad
commit 4c9326b673
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -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 => (

Loading…
Cancel
Save