mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Previously, messages with more than one line did not parse '/me' at the beginning of the message. Since there's a reasonable way to render multi-line messages, this commit adds support for doing so. This change does potentially break with the expected behavior of other slash commands, but it seems worth providing useful functionality over a blind focus on consistency. Fixes #11025.