mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
FEATURE: Adds ~200 more emoji
This includes all new emoji from Unicode 7 and Unicode 8 with the exception of skin tones which will require a new interface.
This commit is contained in:
@ -28,7 +28,7 @@ module ImportScripts::PhpBB3
|
||||
def add_default_smilies
|
||||
{
|
||||
[':D', ':-D', ':grin:'] => ':smiley:',
|
||||
[':)', ':-)', ':smile:'] => ':slightly_smiling:',
|
||||
[':)', ':-)', ':smile:'] => ':slight_smile:',
|
||||
[';)', ';-)', ':wink:'] => ':wink:',
|
||||
[':(', ':-(', ':sad:'] => ':frowning:',
|
||||
[':o', ':-o', ':eek:'] => ':astonished:',
|
||||
|
Reference in New Issue
Block a user