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

fix: object_id

closes #15739

closes #15738

closes #15737
This commit is contained in:
f 2024-03-19 13:01:26 -03:00
parent 0ed702992b
commit 029d4e7c97
No known key found for this signature in database

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