mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
erasing note revisions
This commit is contained in:
@@ -18,6 +18,9 @@ async function updateEntity(sync, entity, sourceId) {
|
||||
else if (entityName === 'note_revisions') {
|
||||
await updateNoteRevision(entity, sourceId);
|
||||
}
|
||||
else if (entityName === 'note_revision_contents') {
|
||||
await updateNoteRevisionContent(entity, sourceId);
|
||||
}
|
||||
else if (entityName === 'note_reordering') {
|
||||
await updateNoteReordering(sync.entityId, entity, sourceId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user