@@ -388,7 +388,7 @@ app.post("/submit_comment", (req,res) => {
const unix_timestamp = getUnixTime(new Date())
let name = escape_input(req.body.name)
if (name == "") {
name = config.default_username
name = config.default_commenter_username
}
new_comment = {
"name": name,
The note is not visible to the blocked user.