mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-26 18:22:29 +00: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;
|
||||
}
|
||||
const patch = createPatch(
|
||||
'markdownContent',
|
||||
note.publicId,
|
||||
latestRevision.content,
|
||||
newContent,
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue