mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 08:46:43 +01:00
Merge branch 'stable'
# Conflicts: # src/services/notes.js
This commit is contained in:
@@ -594,6 +594,8 @@ async function eraseDeletedNotes() {
|
||||
SET name = 'deleted',
|
||||
value = ''
|
||||
WHERE noteId IN (???)`, noteIdsToErase);
|
||||
|
||||
log.info(`Erased notes: ${JSON.stringify(noteIdsToErase)}`);
|
||||
}
|
||||
|
||||
async function duplicateNote(noteId, parentNoteId) {
|
||||
|
||||
Reference in New Issue
Block a user