Fix quote revocation not being streamed (#35710)
This commit is contained in:
parent
cbb9a4dbe3
commit
e61900cadc
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ class ActivityPub::Activity::Delete < ActivityPub::Activity
|
||||||
|
|
||||||
ActivityPub::Forwarder.new(@account, @json, @quote.status).forward!
|
ActivityPub::Forwarder.new(@account, @json, @quote.status).forward!
|
||||||
@quote.reject!
|
@quote.reject!
|
||||||
|
DistributionWorker.perform_async(@quote.status_id, { 'update' => true })
|
||||||
end
|
end
|
||||||
|
|
||||||
def forwarder
|
def forwarder
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue