@ -245,6 +245,7 @@ func main() {
http.Handle("/etc/", http.FileServerFS(etc))
http.Handle("/store/", http.StripPrefix("/store/", http.FileServer(http.Dir(storePath))))
log.Printf("Listening on %s\n", LISTEN_PORT)
http.ListenAndServe(LISTEN_PORT, nil)
doneWatching<-true
The note is not visible to the blocked user.