Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Fix handling of draft addresses when loading from SQLite #1140

Merged
merged 2 commits into from
Mar 20, 2024

Conversation

bfollington
Copy link
Collaborator

@bfollington bfollington commented Mar 19, 2024

Fixes #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.

Copy link
Collaborator

@gordonbrander gordonbrander left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but can we add a test?

@bfollington bfollington merged commit 3e1a0e3 into main Mar 20, 2024
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tapping draft in deck opens public link
2 participants