about summary refs log tree commit diff
path: root/app/controllers/api/v1/accounts/follower_accounts_controller.rb
diff options
context:
space:
mode:
authorReverite <github@reverite.sh>2019-04-01 13:28:33 -0700
committerReverite <github@reverite.sh>2019-04-01 13:28:33 -0700
commitff736905fa534f7189e57c1d0c14fbac45f239a1 (patch)
tree4502f6d993ba60bd4ab68f41a53a642901d244fd /app/controllers/api/v1/accounts/follower_accounts_controller.rb
parent4d77314005483e53e320a82c87805c6bcca1c463 (diff)
parent3f5acc1ab3bc9c5a6c5805901a393ccd3457b909 (diff)
Merge branch 'glitch' into production
Diffstat (limited to 'app/controllers/api/v1/accounts/follower_accounts_controller.rb')
-rw-r--r--app/controllers/api/v1/accounts/follower_accounts_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/api/v1/accounts/follower_accounts_controller.rb b/app/controllers/api/v1/accounts/follower_accounts_controller.rb
index ec15debb0..7a45e6dd2 100644
--- a/app/controllers/api/v1/accounts/follower_accounts_controller.rb
+++ b/app/controllers/api/v1/accounts/follower_accounts_controller.rb
@@ -25,7 +25,7 @@ class Api::V1::Accounts::FollowerAccountsController < Api::BaseController
   end
 
   def default_accounts
-    Account.includes(:active_relationships, :account_stat).references(:active_relationships)
+    Account.without_blocking(current_account).includes(:active_relationships, :account_stat).references(:active_relationships)
   end
 
   def paginated_follows