-
-
Notifications
You must be signed in to change notification settings - Fork 668
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
Add support for user-group mentions #1423
Comments
@timabbott, this looks pretty old, and the mobile app already has some support for group PMs; do you know off-hand if there's still work to be done here? You mentioned typeahead; if that's still pending, it may come soon with the shared code issue zulip/zulip#13728 and its mobile counterpart for the people typeahead. (Actually, it looks like we haven't filed a mobile issue for the people typeahead; I just opened that as #3902.) |
This feature is for the mentionable "user groups" feature, not group PMs. See https://zulipchat.com/help/user-groups. |
Thanks, Tim! |
This is basically the JS side implementation of this feature for the webapp:
zulip/zulip#6660
We should try to quickly integrate the display part; typeahead is less important but probably also a good idea. I expect we'll have a UI for creating these in a few weeks.
edit:
This is the feature now documented here: https://zulipchat.com/help/user-groups
The text was updated successfully, but these errors were encountered: