@@ -0,0 +1,7 @@
package main
import "net/url"
func checkEmpty(f url.Values, path string) bool {
return !f.Has(path) || f.Get(path) == ""
}
The note is not visible to the blocked user.