@@ -37,6 +37,9 @@ console.debug("fileName:", fileName);
case "jpg":
contentType = "image/jpg";
break;
case "wav":
contentType = "image/vnd.wave";
}
fs.readFile(fileName, function(err, content) {
if (err)
The note is not visible to the blocked user.