feat: add note specific filename for unidiff format in revision patch

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2022-11-20 21:47:49 +01:00 committed by David Mehren
parent 89aec40627
commit 231a3fd6bd

View file

@ -153,7 +153,7 @@ export class RevisionsService {
return undefined; return undefined;
} }
const patch = createPatch( const patch = createPatch(
'markdownContent', note.publicId,
latestRevision.content, latestRevision.content,
newContent, newContent,
); );