about summary refs log tree commit diff
path: root/app/services/send_interaction_service.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-07-19 17:06:46 +0200
committerGitHub <noreply@github.com>2017-07-19 17:06:46 +0200
commitbbdcfd6baf8da01098eb377c3d3579b23ae54d80 (patch)
treea67dc304f49b5fd72d3deffa3066419ef25a17cd /app/services/send_interaction_service.rb
parentf0d6550f1628b828268369b3ffcc352bab127012 (diff)
Add ActivityPub attributes to accounts (#4273)
Diffstat (limited to 'app/services/send_interaction_service.rb')
-rw-r--r--app/services/send_interaction_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/send_interaction_service.rb b/app/services/send_interaction_service.rb
index ef38a748b..ab0d3aeed 100644
--- a/app/services/send_interaction_service.rb
+++ b/app/services/send_interaction_service.rb
@@ -10,7 +10,7 @@ class SendInteractionService < BaseService
     @source_account = source_account
     @target_account = target_account
 
-    return if block_notification?
+    return if !target_account.ostatus? || block_notification?
 
     delivery = build_request.perform