improvements and logging to local image storage

This commit is contained in:
zadam
2020-03-25 21:01:42 +01:00
parent ef61e22f1f
commit f9a79fa00f
4 changed files with 36 additions and 13 deletions

View File

@@ -451,7 +451,7 @@ async function importZip(taskContext, fileBuffer, importRootNote) {
});
for (const noteId in createdNoteIds) { // now the noteIds are unique
await noteService.scanForLinks(noteId);
await noteService.scanForLinks(await repository.getNotes(noteId));
if (!metaFile) {
// if there's no meta file then the notes are created based on the order in that tar file but that