tiny 88x31 lexicon for atproto
0
fork

Configure Feed

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

lol that was an error, seems like it's not the one tho

+1 -1
+1 -1
handler/upload.go
··· 77 77 if err != nil { 78 78 log.Println(err) 79 79 } 80 - http.Redirect(w, r, "/button?uri=%s", http.StatusFound) 80 + http.Redirect(w, r, fmt.Sprintf("/button?uri=%s", uri), http.StatusFound) 81 81 } 82 82 83 83 func (h *Handler) getButton(w http.ResponseWriter, r *http.Request) {