mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
groups: Update group objects to pass anonymous groups data for settings.
This commit updates code to handle the can_mention_group field correctly if the setting is set to an anonymous user group.
This commit is contained in:
@@ -20,6 +20,13 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
## Changes in Zulip 9.0
|
||||
|
||||
**Feature level 258**:
|
||||
|
||||
* [`GET /user_groups`](/api/get-user-groups), [`POST
|
||||
/register`](/api/register-queue): `can_mention_group` field can now
|
||||
either be an ID of a named user group with the permission, or an
|
||||
object describing the set of users and groups with the permission.
|
||||
|
||||
**Feature level 257**:
|
||||
|
||||
* [`POST /register`](/api/register-queue),
|
||||
|
||||
Reference in New Issue
Block a user