@ -56,7 +56,7 @@ async function init () {
app.use(function (err, req, res, next) {
console.error(err)
res.status(500).end('Server error')
res.status(500).end(err.message)
})
app.listen(sock, function () {
The note is not visible to the blocked user.