mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
types: Add allow_nobody_group field to GroupPermissionSetting.
This commit is contained in:
@@ -279,3 +279,4 @@ class GroupPermissionSetting:
|
||||
require_system_group: bool
|
||||
allow_internet_group: bool
|
||||
allow_owners_group: bool
|
||||
allow_nobody_group: bool
|
||||
|
||||
@@ -2619,6 +2619,7 @@ class Stream(models.Model):
|
||||
require_system_group=True,
|
||||
allow_internet_group=False,
|
||||
allow_owners_group=False,
|
||||
allow_nobody_group=False,
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user