mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
build_emoji: Migrate to use emoji_names.py file.
This migrates Zulip to use a dramatically better set of names and aliases for our emoji set, defined in emoji_names.py (which is in turn manually generated from our hand-curated CSV file). This should significantly improve the experience of using Zulip's emoji picker and emoji typeahead for finding what one is looking for.
This commit is contained in:
committed by
Tim Abbott
parent
7a86e83a6f
commit
f636882e04
@@ -265,7 +265,7 @@ def generate_sha1sum_emoji(zulip_path):
|
||||
ZULIP_EMOJI_DIR = os.path.join(zulip_path, 'tools', 'setup', 'emoji')
|
||||
sha = hashlib.sha1()
|
||||
|
||||
filenames = ['emoji_map.json', 'build_emoji', 'emoji_setup_utils.py']
|
||||
filenames = ['emoji_map.json', 'build_emoji', 'emoji_setup_utils.py', 'emoji_names.py']
|
||||
|
||||
for filename in filenames:
|
||||
file_path = os.path.join(ZULIP_EMOJI_DIR, filename)
|
||||
|
||||
Reference in New Issue
Block a user