mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +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