zulip/zerver/data_import
rht 5ce2103b87 Slack import: Cache emoji.json in static/generated/emoji.
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
2022-11-15 10:43:11 -08:00
..
__init__.py
gitter.py models: Add denormalized .realm column to Message. 2022-10-07 10:09:38 -07:00
import_util.py models: Add denormalized .realm column to Message. 2022-10-07 10:09:38 -07:00
mattermost.py models: Add denormalized .realm column to Message. 2022-10-07 10:09:38 -07:00
rocketchat.py models: Add denormalized .realm column to Message. 2022-10-07 10:09:38 -07:00
sequencer.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
slack.py Slack import: Cache emoji.json in static/generated/emoji. 2022-11-15 10:43:11 -08:00
slack_message_conversion.py docs: Fix capitalization mistakes. 2021-05-10 09:57:26 -07:00
user_handler.py data_import: Rename mattermost_user to user_handler. 2021-07-15 14:28:36 -07:00