diff options
Diffstat (limited to 'app/models/account_warning.rb')
-rw-r--r-- | app/models/account_warning.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/account_warning.rb b/app/models/account_warning.rb index 157e6c04d..4e06cf3d0 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 force_sensitive force_unlisted silence suspend), _suffix: :action belongs_to :account, inverse_of: :account_warnings belongs_to :target_account, class_name: 'Account', inverse_of: :targeted_account_warnings |