imported notes from tar now have correct links even without meta file

This commit is contained in:
zadam
2019-08-31 22:39:25 +02:00
parent 576a07bcb7
commit fe6f19e611
3 changed files with 81 additions and 29 deletions

View File

@@ -415,11 +415,6 @@ async function deleteNote(branch) {
await relation.save();
}
for (const link of await note.getTargetLinks()) {
link.isDeleted = true;
await link.save();
}
return true;
}
else {