mirror of https://github.com/zulip/zulip.git
emoji: Convert :| to :neutral:.
Previously we converted it to 😑 (which however has closed
eyes). :neutral: has open eyes and therefore more closely resembles :|
This commit is contained in:
parent
0ad67a2c5f
commit
a09ee7818c
|
@ -40,7 +40,7 @@ EMOTICON_CONVERSIONS = {
|
|||
'(:': ':slight_smile:',
|
||||
':(': ':frown:',
|
||||
'<3': ':heart:',
|
||||
':|': ':expressionless:',
|
||||
':|': ':neutral:',
|
||||
':/': ':confused:',
|
||||
';)': ':wink:',
|
||||
':D': ':grinning:',
|
||||
|
|
Loading…
Reference in New Issue