This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling of draft addresses when loading from SQLite (#1140)
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.
- Loading branch information
1 parent
27b06dd
commit 3e1a0e3
Showing
3 changed files
with
273 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters