@@ -115,6 +115,11 @@ func (h *handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
return
}
if r.Method == http.MethodGet && urlPath == "/" && r.URL.Query().Has("q") {
h.handleSearch(w, r)
info, err := os.Stat(fsPath)
if err != nil {
if os.IsNotExist(err) {
The note is not visible to the blocked user.