mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-07 13:29:48 -06:00
note titles are now encrypted as well - plus auto-decryption of note tree and unloading
This commit is contained in:
@@ -11,7 +11,8 @@ def getTree():
|
||||
notes = getResults("select "
|
||||
"notes_tree.*, "
|
||||
"COALESCE(clone.note_title, notes.note_title) as note_title, "
|
||||
"notes.note_clone_id, "
|
||||
"notes.note_clone_id, "
|
||||
"notes.encryption, "
|
||||
"case when notes.note_clone_id is null or notes.note_clone_id = '' then 0 else 1 end as is_clone "
|
||||
"from notes_tree "
|
||||
"join notes on notes.note_id = notes_tree.note_id "
|
||||
|
||||
Reference in New Issue
Block a user