mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
New Setting: Don't jump to new posts when replying
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddDisableJumpReplyToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :disable_jump_reply, :boolean, default: false, null: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user