mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-27 21:46:25 +00:00
Merge branch 'issue-15109-1' of https://0xacab.org/sutty/sutty into production.panel.sutty.nl
This commit is contained in:
commit
61d6db0c08
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class ActivityPub
|
||||||
|
|
||||||
site.actor_moderations.lock.find_or_create_by(actor: a)
|
site.actor_moderations.lock.find_or_create_by(actor: a)
|
||||||
|
|
||||||
::ActivityPub::FetchJob.perform_later(site: site, actor: a.object)
|
::ActivityPub::FetchJob.perform_later(site: site, object_id: a.object.id)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue