subconsciousnetwork / subconscious

Apache License 2.0
8 stars 0 forks source link

Timestamp on note always displays the current time #801

Open jsantell opened 1 year ago

jsantell commented 1 year ago

We could add this manually in noosphere (https://github.com/subconsciousnetwork/noosphere/issues/487), and it looks like Subconscious sets a last-modified header already -- we should display that

bfollington commented 1 year ago

Only some notes show this issue, and it's what happens when a memo is missing the Modified header.

In our case, @justinabrahms notes authored via orb seem to be missing these headers... at least in my replication of them.

cdata commented 1 year ago

Copying here what I wrote in Discord for posterity:

Sorry, this should have occured to me. I knew we weren't setting those headers in Noosphere (though maybe we should.. created is tricky to define, though, because we currently don't have a notion of "move" and can't disambiguate an overwrite of a slug from a major adaption of its content), and I should have asked if Subconscious was setting them as added headers

orb indeed does not set these headers today

(though it could)

bfollington commented 1 year ago

The UX has improved somewhat here since we started listing profile notes by querying the local SQLite index, now the timestamp will at least be the last index time. This is still not actually correct from a user POV though.