fix OPML import

This commit is contained in:
zadam
2019-11-16 18:04:13 +01:00
parent 8a7228146c
commit 767aaa18f4
2 changed files with 3 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ async function importOpml(taskContext, fileBuffer, parentNote) {
parentNoteId,
title,
content,
type: 'text',
isProtected: parentNote.isProtected && protectedSessionService.isProtectedSessionAvailable()
});