about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--app/services/activitypub/process_account_service.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/services/activitypub/process_account_service.rb b/app/services/activitypub/process_account_service.rb
index ee24718e1..8064fcb00 100644
--- a/app/services/activitypub/process_account_service.rb
+++ b/app/services/activitypub/process_account_service.rb
@@ -53,8 +53,8 @@ class ActivityPub::ProcessAccountService < BaseService
     @account.private_key      = nil
     @account.suspended_at     = domain_block.created_at if auto_suspend?
     @account.silenced_at      = domain_block.created_at if auto_silence?
-    @account.force_unlisted   = true if force_unlisted?
-    @account.force_sensitive  = true if force_sensitive?
+    @account.force_unlisted   = true if auto_force_unlisted?
+    @account.force_sensitive  = true if auto_force_sensitive?
   end
 
   def update_account