mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
New Feature: Staff can choose to "Take Action" when flagging to immediately reach hiding
thresholds.
This commit is contained in:
parent
476ffcc627
commit
545dbfc07e
19 changed files with 194 additions and 135 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddStaffTookActionToPostActions < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :post_actions, :staff_took_action, :boolean, default: false, null: false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue