mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	fix for forced note sync
This commit is contained in:
		| @@ -58,7 +58,7 @@ router.post('/force-note-sync/:noteId', auth.checkApiAuth, async (req, res, next | ||||
|         } | ||||
|  | ||||
|         for (const noteHistoryId of await sql.getFirstColumn("SELECT note_history_id FROM notes_history WHERE note_id = ?", [noteId])) { | ||||
|             await sync_table.addNoteTreeSync(noteHistoryId); | ||||
|             await sync_table.addNoteHistorySync(noteHistoryId); | ||||
|         } | ||||
|     }); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user