Merge remote-tracking branch 'origin/master' into merge-upstream
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user