mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 07:07:43 +08:00
New Feature: Staff can choose to "Take Action" when flagging to immediately reach hiding
thresholds.
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
class AddStaffTookActionToPostActions < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :post_actions, :staff_took_action, :boolean, default: false, null: false
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user