mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 18:06:44 +00:00
message_edit: Make topic editing independent of allow_message_editing.
We now allow editing stream and topic of message even if allow_message_editing if False using webapp given that is allowed as per other topic and stream edit specific settings. Fixes a part of #21739.
This commit is contained in:
@@ -273,7 +273,6 @@ function update_message_edit_sub_settings(is_checked) {
|
||||
"id_realm_message_content_edit_limit_minutes",
|
||||
true,
|
||||
);
|
||||
settings_ui.disable_sub_setting_onchange(is_checked, "id_realm_edit_topic_policy", true);
|
||||
}
|
||||
|
||||
function update_custom_value_input(property_name) {
|
||||
|
||||
Reference in New Issue
Block a user