You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #889, we will have a user-mention autocomplete with @-wildcard options available, such as @**channel**, @**topic**, and similar. These options are shown to all users unconditionally, but in fact, there's a realm-level policy (realm_wildcard_mention_policy) for who can use these wildcard mentions. We should display these @-wildcard mention options based on this policy in the Channel and Topic narrows.
Set to the M7 Future milestone, because the legacy zulip-mobile app doesn't pay attention to this permission either (and I don't think we've ever heard user feedback about it).
gnprice
added
a-compose
Compose box, autocomplete, attaching files/images
a-api
Implementing specific parts of the Zulip server API
labels
Dec 9, 2024
With #889, we will have a user-mention autocomplete with @-wildcard options available, such as
@**channel**
,@**topic**
, and similar. These options are shown to all users unconditionally, but in fact, there's a realm-level policy (realm_wildcard_mention_policy
) for who can use these wildcard mentions. We should display these @-wildcard mention options based on this policy in the Channel and Topic narrows.Related links:
realm_wildcard_mention_policy
in https://zulip.com/api/register-queueThe text was updated successfully, but these errors were encountered: