mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
refactored all mentions of "history" to "revision"
This commit is contained in:
@@ -16,7 +16,7 @@ async function addNoteReorderingSync(parentNoteId, sourceId) {
|
||||
await addEntitySync("note_reordering", parentNoteId, sourceId)
|
||||
}
|
||||
|
||||
async function addNoteHistorySync(noteRevisionId, sourceId) {
|
||||
async function addNoteRevisionSync(noteRevisionId, sourceId) {
|
||||
await addEntitySync("note_revisions", noteRevisionId, sourceId);
|
||||
}
|
||||
|
||||
@@ -104,7 +104,7 @@ module.exports = {
|
||||
addNoteSync,
|
||||
addBranchSync,
|
||||
addNoteReorderingSync,
|
||||
addNoteHistorySync,
|
||||
addNoteRevisionSync,
|
||||
addOptionsSync,
|
||||
addRecentNoteSync,
|
||||
addImageSync,
|
||||
|
||||
Reference in New Issue
Block a user