Fix canonical name of U+1F637 FACE WITH MEDICAL MASK emoji.

Fixes #18116.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2021-04-12 18:07:11 -07:00 committed by Tim Abbott
parent 1fe29aad42
commit 9a15541e0b
1 changed files with 1 additions and 2 deletions

View File

@ -121,8 +121,7 @@ EMOJI_NAME_MAPS: Dict[str, Dict[str, Any]] = {
# queasy seemed like a natural addition
"1f922": {"canonical_name": "nauseated", "aliases": ["queasy"]},
"1f927": {"canonical_name": "sneezing", "aliases": []},
# cant_talk from https://beebom.com/emoji-meanings/
"1f637": {"canonical_name": "cant_talk", "aliases": ["mask"]},
"1f637": {"canonical_name": "mask", "aliases": []},
# flu from https://mashable.com/2015/10/23/ios-9-1-emoji-guide/, sick from
# https://emojipedia.org/face-with-thermometer/, face_with_thermometer so
# it shows up in typeahead (thermometer taken by Objects/82)