mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
added type and mime to note revisions
This commit is contained in:
@@ -180,6 +180,8 @@ async function saveNoteRevision(note) {
|
||||
// title and text should be decrypted now
|
||||
title: note.title,
|
||||
content: note.content,
|
||||
type: note.type,
|
||||
mime: note.mime,
|
||||
isProtected: 0, // will be fixed in the protectNoteRevisions() call
|
||||
dateModifiedFrom: note.dateModified,
|
||||
dateModifiedTo: dateUtils.nowDate()
|
||||
|
||||
Reference in New Issue
Block a user