mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 06:28:03 +08:00
DEV: removes comment about disable_jump_reply (#12939)
This has been removed in 40fa96777d
This commit is contained in:
parent
167bbb259f
commit
d14a7f1965
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user