sync fixes

This commit is contained in:
zadam
2021-06-29 23:45:45 +02:00
parent b660238a40
commit 5be7f003ca
5 changed files with 30 additions and 8 deletions

View File

@@ -131,7 +131,8 @@ class NoteRevision extends AbstractEntity {
entityId: this.noteRevisionId,
hash: hash,
isErased: false,
utcDateChanged: this.getUtcDateChanged()
utcDateChanged: this.getUtcDateChanged(),
isSynced: true
}, null);
}