mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Previously, emoji.json was read from "$ZULIP_PATH/node_modules/emoji-datasource-google/emoji.json". This path doesn't exist in production when installing from scratch from a release tarball. And so, we ensure emoji.json exists by copying it to `static/generated/emoji`. With tweaks to comments by tabbott. Fixes: #23469