update content should parse out links #3509

This commit is contained in:
zadam
2023-01-11 23:22:51 +01:00
parent bb8496cb3f
commit bdfdc0402d
2 changed files with 3 additions and 1 deletions

View File

@@ -123,6 +123,8 @@ function register(router) {
note.setContent(req.body);
noteService.scanForLinks(note);
return res.sendStatus(204);
});