zulip/zerver/data_import
Harsh 858fdeee39 import: Add function to normalize messages to import.
This adds `normalize_body_for_import` to normalize messages from
third-party importers by removing NUL bytes and also updates import
test files data to test this.

Fixes #31930.
2024-11-04 12:22:30 -08:00
..
__init__.py
import_util.py import: Add function to normalize messages to import. 2024-11-04 12:22:30 -08:00
mattermost.py email_notifications: Prevent html2text from mangling Unicode. 2024-10-30 09:49:23 -07:00
rocketchat.py rocketchat: Validate custom emoji before larger data sets. 2024-10-17 12:25:18 -07:00
sequencer.py data_import: Fix IdMapper typing. 2024-07-17 15:56:00 -07:00
slack.py data_import: Add email validation to third-party data converters. 2024-10-15 16:04:43 -07:00
slack_message_conversion.py slack_data_import: Fix incorrect hyperlink conversion. 2024-10-30 09:48:32 -07:00
user_handler.py data_import: Add email validation to third-party data converters. 2024-10-15 16:04:43 -07:00