this repo has no description
0
fork

Configure Feed

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

ok just subscribe to my dids

+3 -1
+3 -1
consumer.go
··· 25 25 cfg.WantedCollections = []string{ 26 26 "app.bsky.feed.post", 27 27 } 28 - cfg.WantedDids = []string{} 28 + cfg.WantedDids = []string{ 29 + myDid, 30 + } 29 31 30 32 return &consumer{ 31 33 cfg: cfg,