mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
sync fixes
This commit is contained in:
@@ -215,7 +215,8 @@ class Note extends AbstractEntity {
|
||||
entityId: this.noteId,
|
||||
hash: hash,
|
||||
isErased: false,
|
||||
utcDateChanged: pojo.utcDateModified
|
||||
utcDateChanged: pojo.utcDateModified,
|
||||
isSynced: true
|
||||
}, null);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user