about summary refs log tree commit diff
path: root/app/services/block_domain_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/block_domain_service.rb')
-rw-r--r--app/services/block_domain_service.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/services/block_domain_service.rb b/app/services/block_domain_service.rb
index 154d00427..a9588e21f 100644
--- a/app/services/block_domain_service.rb
+++ b/app/services/block_domain_service.rb
@@ -38,6 +38,7 @@ class BlockDomainService < BaseService
         account.statuses.where(sensitive: false).in_batches.update_all(sensitive: true)
       end
     end
+    invalidate_association_caches!
   end
 
   def force_accounts_unlisted!
@@ -47,6 +48,7 @@ class BlockDomainService < BaseService
         account.statuses.with_public_visibility.in_batches.update_all(visibility: :unlisted)
       end
     end
+    invalidate_association_caches!
   end
 
   def silence_accounts!