mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Use `name_to_codepoint.json` file (and the similar structure in emoji_codes.js) to map emoji names directly to codepoints and change the rendered emoji image to `unicode/<codepoint.png>` rather than `<emoji_name>.png`. Fixes: #3539.