mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
emoji: Add 6 more emoticon conversions.
While there are many more these are well established.
This commit is contained in:
@@ -42,6 +42,12 @@ EMOTICON_CONVERSIONS = {
|
||||
'<3': ':heart:',
|
||||
':|': ':expressionless:',
|
||||
':/': ':confused:',
|
||||
';)': ':wink:',
|
||||
':D': ':grinning:',
|
||||
':o': ':open_mouth:',
|
||||
':O': ':open_mouth:',
|
||||
':p': ':stuck_out_tongue:',
|
||||
':P': ':stuck_out_tongue:',
|
||||
}
|
||||
|
||||
def emoji_names_for_picker(emoji_name_maps: Dict[str, Dict[str, Any]]) -> List[str]:
|
||||
|
||||
Reference in New Issue
Block a user