Merge remote-tracking branch 'origin/master' into merge-upstream

This commit is contained in:
David Yip
2018-01-18 09:17:58 -06:00
2 changed files with 11 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ class NotifyService < BaseService
end
def response_to_recipient?
@notification.target_status.in_reply_to_account_id == @recipient.id
@notification.target_status.in_reply_to_account_id == @recipient.id && @notification.target_status.thread&.direct_visibility?
end
def optional_non_following_and_direct?