mirror of https://github.com/zulip/zulip.git
a32e1eb913
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. |
||
---|---|---|
.. | ||
00-realm-creation.js | ||
01-login.js | ||
02-site.js | ||
03-narrow.js | ||
04-compose.js | ||
05-subscriptions.js | ||
06-settings.js | ||
07-stars.js | ||
08-edit.js | ||
09-navigation.js | ||
10-admin.js | ||
11-mention.js | ||
12-toggle-message-editing.js | ||
13-user-deactivation.js | ||
14-drafts.js | ||
15-delete-message.js |