@ -211,6 +211,7 @@ func apiHandler(w http.ResponseWriter, req *http.Request) {
}
w.Header().Set("Content-Type", "application/json")
if err := json.NewEncoder(w).Encode(data); err != nil {
http.Error(w, err.Error(), http.StatusInternalServerError)
return
The note is not visible to the blocked user.