mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
settings: Add move_messages_within_stream_limit_seconds element in UI.
This commit adds dropdown for move_messages_within_stream_limit_seconds setting which is used to control for how long the user is allowed to edit topic.
This commit is contained in:
@@ -154,6 +154,7 @@ export function build_page() {
|
||||
admin_settings_label,
|
||||
msg_edit_limit_dropdown_values: settings_config.msg_edit_limit_dropdown_values,
|
||||
msg_delete_limit_dropdown_values: settings_config.msg_delete_limit_dropdown_values,
|
||||
msg_move_limit_dropdown_values: settings_config.msg_move_limit_dropdown_values,
|
||||
bot_creation_policy_values: settings_bots.bot_creation_policy_values,
|
||||
email_address_visibility_values: settings_config.email_address_visibility_values,
|
||||
waiting_period_threshold_dropdown_values:
|
||||
|
||||
Reference in New Issue
Block a user