note revision sync and other fixes

This commit is contained in:
zadam
2019-11-01 20:00:56 +01:00
parent 5c05963bd9
commit 2e58e32112
9 changed files with 177 additions and 117 deletions

View File

@@ -125,7 +125,7 @@ class NoteRevision extends Entity {
await sql.upsert("note_revision_contents", "noteRevisionId", pojo);
await syncTableService.addNoteContentSync(this.noteId);
await syncTableService.addNoteRevisionContentSync(this.noteRevisionId);
}
// cannot be static!