This commit is contained in:
zadam
2023-11-21 20:46:48 +01:00
parent ce39d3b4ce
commit 1f41d39bc7
7 changed files with 299 additions and 133 deletions

View File

@@ -121,6 +121,9 @@ class FNote {
* @type {string}
*/
this.mime = row.mime;
// the main use case to keep this is to detect content change which should trigger refresh
this.blobId = row.blobId;
}
addParent(parentNoteId, branchId, sort = true) {