zulip/zerver/data_import
PieterCK 71ff784e14 slack_data_import: Fix incorrect hyperlink conversion.
Currently, Slack messages containing hyperlinks
(e.g.,<http://foo.com|Foo!>) are converted like
normal links. This commit reformats Slack
hyperlinks into Zulip-friendly markdown
(e.g., [Foo!](http://foo.com)).

Part of #32165.

(cherry picked from commit fc50736f4e)
2024-11-19 17:14:11 -08:00
..
__init__.py
import_util.py data_import: Add email validation to third-party data converters. 2024-10-25 08:22:14 -07:00
mattermost.py email_notifications: Prevent html2text from mangling Unicode. 2024-11-18 18:32:25 -08:00
rocketchat.py data_import: Add email validation to third-party data converters. 2024-10-25 08:22:14 -07: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-18 18:32:25 -08:00
slack_message_conversion.py slack_data_import: Fix incorrect hyperlink conversion. 2024-11-19 17:14:11 -08:00
user_handler.py data_import: Add email validation to third-party data converters. 2024-10-25 08:22:14 -07:00