5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-07 17:26:55 +00:00

Merge branch 'issue-15109-1' of https://0xacab.org/sutty/sutty into production.panel.sutty.nl

This commit is contained in:
Sutty 2024-03-19 16:06:00 +00:00
commit 61d6db0c08

View file

@ -117,7 +117,7 @@ class ActivityPub
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