mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 02:26:23 +00:00
fix: no actualizar si ya estaba cacheado y el contenido existía
This commit is contained in:
parent
2ae2b8e9e8
commit
7a936c1143
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class ActivityPub
|
|||
|
||||
# @todo Fallar cuando la respuesta no funcione?
|
||||
return unless response.ok?
|
||||
return unless response.miss?
|
||||
return if response.miss? && object.content.present?
|
||||
|
||||
content = FastJsonparser.parse(response.body)
|
||||
|
||||
|
|
Loading…
Reference in a new issue