mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
note revision sync and other fixes
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user