improvements in frontend sync (WIP)

This commit is contained in:
zadam
2021-08-20 21:42:06 +02:00
parent e050e380b9
commit b99d83af50
8 changed files with 334 additions and 374 deletions

View File

@@ -61,8 +61,6 @@ class NoteShort {
this.type = row.type;
/** @param {string} content-type, e.g. "application/json" */
this.mime = row.mime;
/** @param {boolean} */
this.isDeleted = !!row.isDeleted;
}
addParent(parentNoteId, branchId) {