mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 04:16:21 +00:00
fix: correr las consultas de todas formas
This commit is contained in:
parent
bd0df0a53a
commit
376339aee5
1 changed files with 1 additions and 2 deletions
|
@ -21,6 +21,7 @@ class ActivityPub
|
||||||
response = site.social_inbox.dereferencer.get(uri: object.uri)
|
response = site.social_inbox.dereferencer.get(uri: object.uri)
|
||||||
|
|
||||||
# @todo Fallar cuando la respuesta no funcione?
|
# @todo Fallar cuando la respuesta no funcione?
|
||||||
|
# @todo Eliminar en 410 Gone
|
||||||
return unless response.ok?
|
return unless response.ok?
|
||||||
# Ignorar si ya la caché fue revalidada y ya teníamos el
|
# Ignorar si ya la caché fue revalidada y ya teníamos el
|
||||||
# contenido
|
# contenido
|
||||||
|
@ -31,8 +32,6 @@ class ActivityPub
|
||||||
|
|
||||||
object.update!(content: content, type: ActivityPub::Object.type_from(content).name)
|
object.update!(content: content, type: ActivityPub::Object.type_from(content).name)
|
||||||
|
|
||||||
return if current_type == object.type
|
|
||||||
|
|
||||||
object = ::ActivityPub::Object.find(object_id)
|
object = ::ActivityPub::Object.find(object_id)
|
||||||
# Actualiza la mención
|
# Actualiza la mención
|
||||||
object.actor&.save! if object.actor_type?
|
object.actor&.save! if object.actor_type?
|
||||||
|
|
Loading…
Reference in a new issue