mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
Prior to this, we restricted to show any user group suggestions if silent mention syntax is used. But with the addition of user group silent mentions, there are cases where one may want to refer to some user groups without actually notifying them. So, we add typeahead logic for such cases. Test cases for silent syntax (@_*) and non-silent syntax (@*) are added.