zulip/zerver/data_import
PieterCK d5e28bcd28 slack_import: Fix thread conversion condition.
Currently, threads in Slack direct messages will increment the
`thread_counter` variable inside the thread conversion logic. Since we
don't treat thread messages in Slack DMs differently than any other DM,
threads in DM will only falsely increment the thread topic names in
channels.

This adds a condition that checks if the Slack message is a DM or not
before executing the thread conversion logic.
2025-03-25 16:38:21 -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_data: Make sure converted DMs don't have topic name. 2025-03-25 16:38:21 -07:00
mattermost.py import_data: Make sure converted DMs don't have topic name. 2025-03-25 16:38:21 -07:00
rocketchat.py import_data: Make sure converted DMs don't have topic name. 2025-03-25 16:38:21 -07: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_import: Fix thread conversion condition. 2025-03-25 16:38:21 -07:00
user_handler.py data_import: Add email validation to third-party data converters. 2024-10-15 16:04:43 -07:00