tiny 88x31 lexicon for atproto
0
fork

Configure Feed

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

test

+2
+2
handler/handler.go
··· 4 4 "github.com/bluesky-social/indigo/atproto/auth/oauth" 5 5 "github.com/gorilla/sessions" 6 6 "html/template" 7 + "log" 7 8 "net/http" 8 9 "os" 9 10 "tangled.org/moth11.net/88x31/db" ··· 91 92 func (h *Handler) gethome(cs *oauth.ClientSession, w http.ResponseWriter, r *http.Request) { 92 93 btnView, _, err := h.db.GetButtons(50, nil, r.Context()) 93 94 if err != nil || len(btnView) == 0 { 95 + log.Println(err) 94 96 btnView = nil 95 97 } 96 98 type HomeData struct {