mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-11 23:56:55 +01:00
Fix remove status service sending salmons
This commit is contained in:
parent
a3384b6ea6
commit
244d1307a3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue