@@ -16,7 +16,6 @@ func inArray(search, list []string) bool {
i := sort.Search(len(list), func(i int) bool { return list[i] >= g })
if i < len(list) && list[i] == g {
return true
break
}
return false
The note is not visible to the blocked user.