mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-18 18:26:21 +00:00
fixup! feat: obtener el contenido del objeto más adelante
This commit is contained in:
parent
a9bdabf409
commit
b477487b65
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue