zulip/zerver/data_import
PieterCK 9de1b47ffa slack_import: Improve topic name for Slack threads.
This updates the topic name format for Slack threads to include a
snippet of the original message. Currently the format looks like this;
"{date} Slack thread {n}", which provides little to no context about the
thread.

Currently we also use the `thread_ts_str` key to keep track of Slack
threads we're converting, this key format makes it so that it has a
small chance of combining threads with the same timestamp under one
topic. This commit updates it to use a new key format, `thread_key`.

Fixes #27661.
2025-07-16 14:32:05 -07:00
..
__init__.py import: Add slack import files in zerver/data_import directory. 2018-08-01 11:52:14 -07:00
import_util.py import: Fix is_realm_imported_from_other_zulip_server logic. 2025-07-14 15:11:43 -07:00
mattermost.py import: Fix is_realm_imported_from_other_zulip_server logic. 2025-07-14 15:11:43 -07:00
rocketchat.py import: Fix is_realm_imported_from_other_zulip_server logic. 2025-07-14 15:11:43 -07:00
sequencer.py data_import: Fix IdMapper typing. 2024-07-17 15:56:00 -07:00
slack_message_conversion.py slack_data_import: Refactor get_user_mentions. 2025-07-15 15:49:05 -07:00
slack.py slack_import: Improve topic name for Slack threads. 2025-07-16 14:32:05 -07:00
user_handler.py data_import: Add email validation to third-party data converters. 2024-10-15 16:04:43 -07:00