zulip/zerver/data_import
PieterCK f988412394 slack_data_import: Support converting integration bot users.
Currently, we're unable to convert messages from Slack's integration
bots because this message subtype doesn't come from a Slack "user", that
is they don't have a Slack user profile.

This is a preparatory change to support converting Slack's integration
bot messages. This commit artificially creates Slack user data from the
integration bot's "profile" so that we can create a corresponding Zulip
user for them.

Part of #31311.
2024-12-16 13:09:57 -08:00
..
__init__.py import: Add slack import files in zerver/data_import directory. 2018-08-01 11:52:14 -07:00
import_util.py slack_data_import: Update how Slack user avatars are processed. 2024-12-16 13:09:57 -08:00
mattermost.py data_import: Add migration status file to converted exports. 2024-11-08 15:52:45 -08:00
rocketchat.py data_import: Add migration status file to converted exports. 2024-11-08 15:52:45 -08:00
sequencer.py data_import: Fix IdMapper typing. 2024-07-17 15:56:00 -07:00
slack_message_conversion.py slack_import: Refactor a convert_slack_formatting. 2024-12-06 13:11:44 -08:00
slack.py slack_data_import: Support converting integration bot users. 2024-12-16 13:09:57 -08:00
user_handler.py data_import: Add email validation to third-party data converters. 2024-10-15 16:04:43 -07:00