mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
@@ -40,7 +40,7 @@ EMOTICON_CONVERSIONS = {
|
||||
'(:': ':slight_smile:',
|
||||
':(': ':frown:',
|
||||
'<3': ':heart:',
|
||||
':|': ':expressionless:',
|
||||
':|': ':neutral:',
|
||||
':/': ':confused:',
|
||||
';)': ':wink:',
|
||||
':D': ':grinning:',
|
||||
|
Reference in New Issue
Block a user