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:
Sahil Batra
2024-05-02 09:22:37 +05:30
committed by Tim Abbott
parent 6b68d7e80d
commit 206014f263
6 changed files with 125 additions and 23 deletions

View File

@@ -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),