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

@@ -215,7 +215,8 @@ class Note extends AbstractEntity {
entityId: this.noteId,
hash: hash,
isErased: false,
utcDateChanged: pojo.utcDateModified
utcDateChanged: pojo.utcDateModified,
isSynced: true
}, null);
}