@@ -10,7 +10,11 @@ import (
func main() {
log.Println("Initializing")
s := web.NewMockHTTPServer()
c := web.MockHTTPServerConfiguration{
AuthEnabled: false,
}
s := web.NewMockHTTPServer(c)
httpServer := &http.Server{
Addr: ":5738",
Handler: s,
The note is not visible to the blocked user.