mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
sync fixes
This commit is contained in:
@@ -10,8 +10,8 @@ async function addNoteTreeSync(noteId, sourceId) {
|
||||
await addEntitySync("notes_tree", noteId, sourceId)
|
||||
}
|
||||
|
||||
async function addNoteReorderingSync(noteId, sourceId) {
|
||||
await addEntitySync("notes_reordering", noteId, sourceId)
|
||||
async function addNoteReorderingSync(parentNoteId, sourceId) {
|
||||
await addEntitySync("notes_reordering", parentNoteId, sourceId)
|
||||
}
|
||||
|
||||
async function addNoteHistorySync(noteHistoryId, sourceId) {
|
||||
|
||||
Reference in New Issue
Block a user