mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 18:05:55 +01:00 
			
		
		
		
	note revision sync fix
This commit is contained in:
		| @@ -83,6 +83,9 @@ async function downloadNoteRevision(req, res) { | ||||
|     res.send(await noteRevision.getContent()); | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * @param {NoteRevision} noteRevision | ||||
|  */ | ||||
| async function eraseOneNoteRevision(noteRevision) { | ||||
|     noteRevision.isErased = true; | ||||
|     noteRevision.title = null; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user