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:
Shubham Padia
2024-10-22 10:14:59 +00:00
committed by Tim Abbott
parent ceb0197c1b
commit 9f9d5b2f98
7 changed files with 39 additions and 24 deletions

View File

@@ -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**