mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 02:05:21 -04:00
PrivateAPI: Add lastVisited to HistoryEntryImportDto
As the DTO is only for importing an existing history the lastVisited of those entries should also be posted. Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
eeaa74b385
commit
c1d706b350
5 changed files with 102 additions and 13 deletions
|
@ -69,6 +69,7 @@ export class HistoryController {
|
|||
note,
|
||||
user,
|
||||
historyEntry.pinStatus,
|
||||
historyEntry.lastVisited,
|
||||
);
|
||||
}
|
||||
} catch (e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue