mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 02:30:42 +01:00
rename "note revision" to just "revision"
This commit is contained in:
@@ -30,8 +30,8 @@ async function processEntityChanges(entityChanges) {
|
||||
}
|
||||
|
||||
loadResults.addNoteContent(ec.noteIds, ec.componentId);
|
||||
} else if (ec.entityName === 'note_revisions') {
|
||||
loadResults.addNoteRevision(ec.entityId, ec.noteId, ec.componentId);
|
||||
} else if (ec.entityName === 'revisions') {
|
||||
loadResults.addRevision(ec.entityId, ec.noteId, ec.componentId);
|
||||
} else if (ec.entityName === 'options') {
|
||||
if (ec.entity.name === 'openNoteContexts') {
|
||||
continue; // only noise
|
||||
|
||||
Reference in New Issue
Block a user