mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 07:04:45 -04:00
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:
parent
89aec40627
commit
231a3fd6bd
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue