@@ -195,8 +195,8 @@ void parse_options(int argc, char **argv)
break;
case 'r':
thresh = atoi(optarg);
if (thresh < 50) {
thresh = 50;
if (thresh < 30) {
thresh = 30;
} else if (thresh > 90) {
thresh = 90;
}
The note is not visible to the blocked user.