mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
user_groups: Add can_add_members_group field to group create/edit.
This commit is contained in:
committed by
Tim Abbott
parent
f134662312
commit
8a2a8b64aa
@@ -22,6 +22,7 @@ run_test("user_groups", () => {
|
||||
members: new Set([1, 2]),
|
||||
is_system_group: false,
|
||||
direct_subgroup_ids: new Set([4, 5]),
|
||||
can_add_members_group: 1,
|
||||
can_join_group: 1,
|
||||
can_manage_group: 1,
|
||||
can_mention_group: 2,
|
||||
@@ -45,6 +46,7 @@ run_test("user_groups", () => {
|
||||
members: new Set([3]),
|
||||
is_system_group: false,
|
||||
direct_subgroup_ids: new Set([]),
|
||||
can_add_members_group: 1,
|
||||
can_join_group: 1,
|
||||
can_manage_group: 1,
|
||||
can_mention_group: 2,
|
||||
|
||||
Reference in New Issue
Block a user