Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display @-wildcard in user mention autocomplete based on the related policy #1111

Open
sm-sayedi opened this issue Dec 7, 2024 · 1 comment
Labels
a-api Implementing specific parts of the Zulip server API a-compose Compose box, autocomplete, attaching files/images
Milestone

Comments

@sm-sayedi
Copy link
Collaborator

sm-sayedi commented Dec 7, 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:

@gnprice gnprice added this to the M7: Future milestone Dec 9, 2024
@gnprice
Copy link
Member

gnprice commented Dec 9, 2024

Thanks for filing this!

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 gnprice added a-compose Compose box, autocomplete, attaching files/images a-api Implementing specific parts of the Zulip server API labels Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-api Implementing specific parts of the Zulip server API a-compose Compose box, autocomplete, attaching files/images
Projects
Status: No status
Development

No branches or pull requests

2 participants