about summary refs log tree commit diff
path: root/app/models/account_warning.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/account_warning.rb')
-rw-r--r--app/models/account_warning.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/account_warning.rb b/app/models/account_warning.rb
index 157e6c04d..5efc924d5 100644
--- a/app/models/account_warning.rb
+++ b/app/models/account_warning.rb
@@ -13,7 +13,7 @@
 #
 
 class AccountWarning < ApplicationRecord
-  enum action: %i(none disable silence suspend), _suffix: :action
+  enum action: %i(none disable sensitive silence suspend), _suffix: :action
 
   belongs_to :account, inverse_of: :account_warnings
   belongs_to :target_account, class_name: 'Account', inverse_of: :targeted_account_warnings