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:
Philip Molares 2021-04-11 12:37:47 +02:00
parent 4f858c51d2
commit adffd68e68
5 changed files with 102 additions and 13 deletions

View file

@ -69,6 +69,7 @@ export class HistoryController {
note,
user,
historyEntry.pinStatus,
historyEntry.lastVisited,
);
}
} catch (e) {