mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Remove support for disable_jump_reply user setting (#7359)
This commit is contained in:
@@ -154,7 +154,6 @@ def insert_user_options
|
||||
enable_quoting,
|
||||
external_links_in_new_tab,
|
||||
dynamic_favicon,
|
||||
disable_jump_reply,
|
||||
new_topic_duration_minutes,
|
||||
auto_track_topics_after_msecs,
|
||||
notification_level_when_replying,
|
||||
@@ -174,7 +173,6 @@ def insert_user_options
|
||||
, #{SiteSetting.default_other_enable_quoting}
|
||||
, #{SiteSetting.default_other_external_links_in_new_tab}
|
||||
, #{SiteSetting.default_other_dynamic_favicon}
|
||||
, #{SiteSetting.default_other_disable_jump_reply}
|
||||
, #{SiteSetting.default_other_new_topic_duration_minutes}
|
||||
, #{SiteSetting.default_other_auto_track_topics_after_msecs}
|
||||
, #{SiteSetting.default_other_notification_level_when_replying}
|
||||
|
Reference in New Issue
Block a user