@@ -31,7 +31,7 @@ func ParseUrl(raw string) (string, error) {
prehost := u.Host
u.Host = os.Getenv("HYP_PROXY")
u.Host = "https://" + os.Getenv("HYP_PROXY")
q := u.Query()
q.Set("host", prehost)
u.RawQuery = q.Encode()
The note is not visible to the blocked user.