fix check for "filter if in reply to blocker" setting

master
multiple creatures 2020-01-14 01:56:05 -06:00
parent c236bbe60b
commit a9c30694cd
1 changed files with 1 additions and 1 deletions

View File

@ -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?