mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
This commit adds 4 new payload fixtures to the Slack integration for messages we don't process properly yet: - Messages with code blocks. - Messages with overlapping text formatting (e.g, bold and italic). - Messages with formatted mentions. - Messages with quote blocks. The follow-up plan to add support for these kind of Slack messages is tracked in #30827. Part of #30465.