zulip/zerver/data_import
Mateusz Mandera 420849ff6a slack: Call the correct resize_* function when importing realm icon.
For resizing the icon.png files, we use resize_avatar, not resize_logo.
This is pretty confusing - sure, for icons we use the same function as
for avatars, but we should have a proper name for the function called in
the icon context. So this commit also adds resize_realm_icon, and
changes the calls to resize_avatar in icon contexts to
resize_realm_icon.
2024-11-08 15:43:18 -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 import: Remove skipping of too-long messages during import. 2024-11-07 16:04:14 -08:00
rocketchat.py import: Remove skipping of too-long messages during import. 2024-11-07 16:04:14 -08:00
sequencer.py data_import: Fix IdMapper typing. 2024-07-17 15:56:00 -07:00
slack.py slack: Call the correct resize_* function when importing realm icon. 2024-11-08 15:43:18 -08:00
slack_message_conversion.py integrations: Refactor slack_incoming webhook. 2024-11-07 10:47:08 -08:00
user_handler.py data_import: Add email validation to third-party data converters. 2024-10-15 16:04:43 -07:00