subconsciousnetwork / subconscious

Apache License 2.0
6 stars 0 forks source link

Fix handling of draft addresses when loading from SQLite #1140

Closed bfollington closed 3 months ago

bfollington commented 3 months ago

Fixes https://github.com/subconsciousnetwork/subconscious/issues/1135

Drafts are only very rarely being drawn in the deck view but when it does happen we were calculating the address incorrectly.

I relaxed the (old) constraint that preventing drafts from showing up in the deck view most of the time (I think you should be able to see these like any other note, otherwise they will never resurface) and clarified the address resolution when loading from SQLite.