Fix remove status service sending salmons

master
Eugen Rochko 8 years ago
parent a3384b6ea6
commit 244d1307a3
  1. 2
      app/services/remove_status_service.rb

@ -34,7 +34,7 @@ class RemoveStatusService < BaseService
end
def send_delete_salmon(account, status)
NotificationWorker.perform_async(status.stream_entry_id, account.id)
NotificationWorker.perform_async(status.stream_entry.id, account.id)
end
def remove_reblogs(status)

Loading…
Cancel
Save