5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-18 18:46:22 +00:00

fixup! feat: obtener el contenido del objeto más adelante

This commit is contained in:
f 2024-02-21 13:13:24 -03:00
parent a9bdabf409
commit b477487b65
No known key found for this signature in database

View file

@ -95,8 +95,9 @@ module Api
if object_embedded?
o.content = original_object
else
ActivityPub::FetchJob.perform_later(site: site, object: object)
ActivityPub::FetchJob.perform_later(site: site, object: o)
end
o.save!
end
end