this repo has no description
0
fork

Configure Feed

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

remove my did from consumer config

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