mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 04:12:02 +00:00
This commit makes the Slack incoming webhook use the original `convert_slack_formatting` and `convert_slack_workspace_mentions` from `slack_message_conversion.py`. Previously those were not refactored out into two smaller functions yet. Fixes part of #30827.