subconsciousnetwork / noosphere

Noosphere is a protocol for thought; let's discover it together!
Apache License 2.0
667 stars 40 forks source link

`LinkRecord` republishing in gateway is broken due to expiry checks #533

Closed cdata closed 1 year ago

cdata commented 1 year ago

In https://github.com/subconsciousnetwork/noosphere/pull/416 we re-enabled expiry checks for link records. I think this had the unintended side-effect of cancelling out the gateway's ability to re-publish link records periodically (because every time it attempts to republish, the record is seen to be expired and so is discarded). We should reconcile this so that we can preserve gateway re-publishing of link records.

cdata commented 1 year ago

cc @jsantell