mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
register: Rename stream_creator_or_nobody to channel_creator.
This commit renames `stream_creator_or_nobody` value for `default_group_name` field in `server_supported_permission_settings` object to `channel_creator`.
This commit is contained in:
@@ -1829,7 +1829,7 @@ export function create_stream_group_setting_widget({
|
||||
setting_name,
|
||||
"stream",
|
||||
)!.default_group_name;
|
||||
if (default_group_name === "stream_creator_or_nobody") {
|
||||
if (default_group_name === "channel_creator") {
|
||||
set_group_setting_widget_value(pill_widget, {
|
||||
direct_members: [current_user.user_id],
|
||||
direct_subgroups: [],
|
||||
|
||||
@@ -15,7 +15,7 @@ exports.server_supported_permission_settings = {
|
||||
allow_internet_group: false,
|
||||
allow_nobody_group: true,
|
||||
allow_everyone_group: false,
|
||||
default_group_name: "stream_creator_or_nobody",
|
||||
default_group_name: "channel_creator",
|
||||
allowed_system_groups: [],
|
||||
},
|
||||
can_remove_subscribers_group: {
|
||||
|
||||
Reference in New Issue
Block a user