tiny 88x31 lexicon for atproto
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

log

+3
+3
handler/handler.go
··· 152 152 uri := r.URL.Query().Get("uri") 153 153 btn, err := h.db.GetButtonAuth(uri, r.Context(), did) 154 154 if err != nil || btn == nil { 155 + if err != nil { 156 + log.Println(err) 157 + } 155 158 http.Error(w, "not found", http.StatusNotFound) 156 159 return 157 160 }