mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
This commit makes it easier to link to topics in the same channel. Typing `#>` in the compose box replaces it with `#**channel_name>` and opens the topic_list typeahead. Channel names producing broken link syntax are handled by generating a fallback md link syntax when the topic is chosen. Fixes #31420