mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
settings: Use new group setting to private channels creation permission.
This commit updates webapp code to use new group based setting to check permission for creating private streams.
This commit is contained in:
@@ -103,7 +103,6 @@ async function test_changing_create_streams_and_invite_to_stream_policies(
|
||||
page: Page,
|
||||
): Promise<void> {
|
||||
const policies = {
|
||||
"create private stream": "#id_realm_create_private_stream_policy",
|
||||
"invite to stream": "#id_realm_invite_to_stream_policy",
|
||||
};
|
||||
const policy_values = {
|
||||
|
||||
Reference in New Issue
Block a user