tiny 88x31 lexicon for atproto
0
fork

Configure Feed

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

log

+2
+2
blobs/blobs.go
··· 8 8 "github.com/bluesky-social/indigo/api/atproto" 9 9 "github.com/bluesky-social/indigo/atproto/atclient" 10 10 "io" 11 + "log" 11 12 "net/http" 12 13 "os" 13 14 "strings" ··· 37 38 } 38 39 } 39 40 if !validateButton(imgPath) { 41 + log.Println("invalid button!") 40 42 os.Remove(imgPath) 41 43 } 42 44