mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
sync fixes
This commit is contained in:
@@ -131,7 +131,8 @@ class NoteRevision extends AbstractEntity {
|
||||
entityId: this.noteRevisionId,
|
||||
hash: hash,
|
||||
isErased: false,
|
||||
utcDateChanged: this.getUtcDateChanged()
|
||||
utcDateChanged: this.getUtcDateChanged(),
|
||||
isSynced: true
|
||||
}, null);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user