tiny 88x31 lexicon for atproto
0
fork

Configure Feed

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

lmaoooo

+1 -1
+1 -1
cmd/main.go
··· 26 26 } 27 27 h := handler.MakeHandler(store, svc) 28 28 ctx, done := context.WithCancel(context.Background()) 29 - blobs.Cleanup(ctx) 29 + go blobs.Cleanup(ctx) 30 30 log.Fatal(http.ListenAndServe(":8081", h.Serve())) 31 31 done() 32 32 }