about summary refs log tree commit diff
path: root/app/lib/status_filter.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/status_filter.rb')
-rw-r--r--app/lib/status_filter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/status_filter.rb b/app/lib/status_filter.rb
index 3a50907e6..b973bdf42 100644
--- a/app/lib/status_filter.rb
+++ b/app/lib/status_filter.rb
@@ -108,7 +108,7 @@ class StatusFilter
   end
 
   def reply_to_blocker?
-    status.in_reply_to_account.present? && status.in_reply_to_account.blocking?(status.account_id)
+    status.in_reply_to_account.present? && status.in_reply_to_account.blocking?(account)
   end
 
   def silenced_account?