about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--app/services/remove_status_service.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/services/remove_status_service.rb b/app/services/remove_status_service.rb
index b8d6755b1..0b78b131a 100644
--- a/app/services/remove_status_service.rb
+++ b/app/services/remove_status_service.rb
@@ -34,6 +34,7 @@ class RemoveStatusService < BaseService
   end
 
   def send_delete_salmon(account, status)
+    return unless status.local?
     NotificationWorker.perform_async(status.stream_entry.id, account.id)
   end