we're now saving links also for notes included in relation maps which helps with translation of noteIds during import from native tar

This commit is contained in:
azivner
2018-11-16 23:27:57 +01:00
parent 3fee263355
commit 6a36e1ca86
4 changed files with 27 additions and 5 deletions

View File

@@ -202,7 +202,7 @@ async function importNotes(ctx, files, parentNoteId) {
isExpanded: !!file.meta.isExpanded
}).save();
return;
continue;
}
if (file.meta.type !== 'file' && file.meta.type !== 'image') {