Fix remove status service sending salmons

th-downstream
Eugen Rochko 8 years ago
parent 6f1497586c
commit 7beab6b00c

@ -34,7 +34,7 @@ class RemoveStatusService < BaseService
end end
def send_delete_salmon(account, status) 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 end
def remove_reblogs(status) def remove_reblogs(status)

Loading…
Cancel
Save