realm: Add new group setting for web-public stream creation.

This commit is contained in:
Sahil Batra
2024-07-01 20:18:16 +05:30
committed by Tim Abbott
parent c03839f42f
commit a15bc5e264
12 changed files with 237 additions and 6 deletions

View File

@@ -1049,6 +1049,7 @@ group_setting_update_data_type = DictType(
("can_access_all_users_group", int),
("can_create_public_channel_group", group_setting_type),
("can_create_private_channel_group", group_setting_type),
("can_create_web_public_channel_group", group_setting_type),
("direct_message_initiator_group", group_setting_type),
("direct_message_permission_group", group_setting_type),
],