zulip/zerver/data_import
Sahil Batra 9c571c6f67 users: Use is_imported_stub flag for imported users.
For users imported from other chat applications, is_imported_stub flag
is set to True until the user logs in for the first time.

This is preparation for #26950 to add a separated imported users tab
in "Users" settings panel.
2025-11-10 14:03:52 -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 users: Use is_imported_stub flag for imported users. 2025-11-10 14:03:52 -08:00
mattermost.py export: Stop outputting user_profile_email on upload records. 2025-11-05 11:49:55 -08:00
rocketchat.py export: Stop outputting user_profile_email on upload records. 2025-11-05 11:49:55 -08:00
sequencer.py data_import: Fix IdMapper typing. 2024-07-17 15:56:00 -07:00
slack_message_conversion.py slack: Requote image_url in render_attachment. 2025-10-10 09:52:50 -07:00
slack.py users: Use is_imported_stub flag for imported users. 2025-11-10 14:03:52 -08:00
user_handler.py data_import: Add email validation to third-party data converters. 2024-10-15 16:04:43 -07:00