mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 18:43:52 +00:00
groups: Allow setting anonymous group to settings while creation.
This commit adds support to set can_mention_group setting to anonymous group while group creation.
This commit is contained in:
@@ -26,6 +26,9 @@ format used by the Zulip server that they are interacting with.
|
||||
/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.
|
||||
* [`POST /user_groups/create`](/api/create-user-group): The
|
||||
`can_mention_group` parameter can now either be an ID of a named
|
||||
user group or an object describing a set of users and groups.
|
||||
|
||||
**Feature level 257**:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user