A Bluesky labeler that labels accounts hosted on PDSes operated by entities other than Bluesky PBC
3
fork

Configure Feed

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

Subscribe to fewer events to reduce load

gbl08ma cab62190 3084aa50

+1 -1
+1 -1
labeler.ts
··· 300 300 } 301 301 302 302 private async activityBasedProcessing() { 303 - await this.getDIDToPossiblyUpdate(["app.bsky.actor.profile", "app.bsky.graph.follow", "app.bsky.feed.post"], async (pds, did) => { 303 + await this.getDIDToPossiblyUpdate(["app.bsky.actor.profile"], async (pds, did) => { 304 304 if (!this.pdsFilter(pds)) { 305 305 return; 306 306 }