groups: Remove allow_owners_group field from GroupPermissionSetting.

As we now allow anonymous groups and settings can be set to any
set of users, there is no benefit in not allowing a setting to
be set to "Owners" group.
This commit is contained in:
Sahil Batra
2024-11-28 15:38:54 +05:30
committed by Tim Abbott
parent a8146916aa
commit 121df45cc4
15 changed files with 44 additions and 110 deletions

View File

@@ -311,7 +311,6 @@ class RealmPlaygroundDict(TypedDict):
class GroupPermissionSetting:
require_system_group: bool
allow_internet_group: bool
allow_owners_group: bool
allow_nobody_group: bool
allow_everyone_group: bool
default_group_name: str