Make sure parent account excists.

staging
multiple creatures 2019-04-26 03:48:17 -05:00
parent 7ce2e174cf
commit d8f182d235
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class StatusFilter
end
def reply_to_blocker?
status.reply? && status.in_reply_to_account.blocking?(status.account_id)
status.in_reply_to_account.present? && status.in_reply_to_account.blocking?(status.account_id)
end
def non_self_reply?