mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: removes comment about disable_jump_reply (#12939)
This has been removed in 40fa96777d
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user