mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
groups: Accept anonymous groups for can_access_all_users_group.
On the frontend, the selection is still a dropdown of system groups but on the API level, we have started accepting anonymous groups similar to other settings We've kept require system groups true for now until we switch to group picker on the frontend.
This commit is contained in:
committed by
Tim Abbott
parent
ceb0197c1b
commit
9f9d5b2f98
@@ -27,6 +27,11 @@ format used by the Zulip server that they are interacting with.
|
||||
by `create_multiuse_invite_group` realm setting, which is a now a
|
||||
[group-setting value](/api/group-setting-values) instead of an
|
||||
integer ID of the group.
|
||||
* `PATCH /realm`, [`POST /register`](/api/register-queue),
|
||||
[`GET /events`](/api/get-events): Anonymous groups are now accepted
|
||||
by `can_access_all_users_group` realm setting, which is a now a
|
||||
[group-setting value](/api/group-setting-values) instead of an
|
||||
integer ID of the group.
|
||||
|
||||
**Feature level 313**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user