mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 19:43:47 +00:00
This enforces `**` around all the mentions including "at-all" and "at-everyone" mentions. Hence this makes `@all` and `@everyone` invalid mentions, resulting into proper syntax for these mentions as `@**all**` and `@**everyone**` respectively. Note from tabbott: This removes an old feature/syntax, which made sense back when @Tim was also a way to mention a user with Tim as their first name. Given how nice typeahead is now, the user part of the feature was removed a while ago; this should have gone at the same time. Fixes: #8143.