mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 20:02:15 +00:00
For system groups, the directive is that we should use the description as the display name. But in case of `role:everyone`, the description is `Admins, moderators, members and guests`, while for the `user_group_pill`, we want to display a simpler and succinct message: `Everyone`. We've only hardcoded this for user_group_pill since we don't want to display the name as `Everyone` anywhere else yet. We've also exposed a method called `get_display_group_name` which will be used in later commits to get the group display name.
16 KiB
16 KiB