mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
fix OPML import
This commit is contained in:
@@ -48,6 +48,7 @@ async function importOpml(taskContext, fileBuffer, parentNote) {
|
||||
parentNoteId,
|
||||
title,
|
||||
content,
|
||||
type: 'text',
|
||||
isProtected: parentNote.isProtected && protectedSessionService.isProtectedSessionAvailable()
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user