Try customizing the emoji list
This commit is contained in:
parent
68d40dc8ad
commit
4c9326b673
|
@ -3,14 +3,15 @@ import {
|
|||
List as ImmutableList,
|
||||
} from 'immutable';
|
||||
|
||||
// https://emojipedia.org/facebook/
|
||||
// https://emojipedia.org/facebook
|
||||
// I've customized them.
|
||||
export const ALLOWED_EMOJI = [
|
||||
'👍',
|
||||
'❤',
|
||||
'😂',
|
||||
'😯',
|
||||
'😮',
|
||||
'😢',
|
||||
'😡',
|
||||
'😩',
|
||||
];
|
||||
|
||||
export const sortEmoji = emojiReacts => (
|
||||
|
|
Loading…
Reference in New Issue