about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorDavid Yip <yipdw@member.fsf.org>2018-01-18 09:17:58 -0600
committerDavid Yip <yipdw@member.fsf.org>2018-01-18 09:17:58 -0600
commit1964a0f9415de1082c9948cd7dd02ededa36af7b (patch)
tree5ca29c2d67f008d67adc404597b18702e997aaca /app
parente27eedbd08c7d6191531783f662d576ea940a337 (diff)
parente56404be414ff2fc7ff11171fdd2b31a0658aa11 (diff)
Merge remote-tracking branch 'origin/master' into merge-upstream
Diffstat (limited to 'app')
-rw-r--r--app/services/notify_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/notify_service.rb b/app/services/notify_service.rb
index d5960c3ad..ba086449c 100644
--- a/app/services/notify_service.rb
+++ b/app/services/notify_service.rb
@@ -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?