Merge remote-tracking branch 'origin/stable'

# Conflicts:
#	package.json
#	src/services/build.js
This commit is contained in:
zadam
2021-12-31 20:16:31 +01:00
8 changed files with 5761 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ async function importOpml(taskContext, fileBuffer, parentNote) {
throw new Error("Unrecognized OPML version " + opmlVersion);
}
content = htmlSanitizer.sanitize(content);
content = htmlSanitizer.sanitize(content || "");
const {note} = noteService.createNewNote({
parentNoteId,