Merge remote-tracking branch 'origin/stable'

# Conflicts:
#	Dockerfile
#	package-lock.json
#	package.json
#	src/services/cloning.js
This commit is contained in:
zadam
2022-03-22 21:04:30 +01:00
13 changed files with 58 additions and 11 deletions

View File

@@ -138,7 +138,7 @@ function processContent(images, note, content) {
value: imageNote.noteId
}).save();
console.log(`Replacing ${imageId} with ${url}`);
log.info(`Replacing ${imageId} with ${url} in note ${note.noteId}`);
rewrittenContent = utils.replaceAll(rewrittenContent, imageId, url);
}