From d14a7f19657419da1c85ee51dee97ce0d648b371 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Tue, 4 May 2021 11:44:09 +0200 Subject: [PATCH] DEV: removes comment about disable_jump_reply (#12939) This has been removed in https://github.com/discourse/discourse/commit/40fa96777ddad4698df20d6b8a61afcf87743ed7 --- app/models/user_option.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/models/user_option.rb b/app/models/user_option.rb index 8ba26acf9d6..2a52d6a33fa 100644 --- a/app/models/user_option.rb +++ b/app/models/user_option.rb @@ -200,8 +200,6 @@ class UserOption < ActiveRecord::Base end -# TODO: Drop disable_jump_reply column. Functionality removed April 2019 - # == Schema Information # # Table name: user_options @@ -212,7 +210,6 @@ end # external_links_in_new_tab :boolean default(FALSE), not null # enable_quoting :boolean default(TRUE), not null # dynamic_favicon :boolean default(FALSE), not null -# disable_jump_reply :boolean default(FALSE), not null # automatically_unpin_topics :boolean default(TRUE), not null # digest_after_minutes :integer # auto_track_topics_after_msecs :integer