Mass Block [bsky] Reposts [and more]
0
fork

Configure Feed

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

chore: clarify quotePosters is no-op in profile mode

Winter de009030 32931954

+1 -1
+1 -1
index.js
··· 515 515 for (const d of src) allCandidates.add(d); 516 516 } 517 517 518 - const quotePosters = new Set(results.quotePosters); 518 + const quotePosters = new Set(results.quotePosters); // empty in profile mode, no-op 519 519 const followedInBlockList = []; 520 520 const toBlock = []; 521 521 let skippedSelf = 0, skippedQuote = 0, skippedFollow = 0, skippedFollower = 0, skippedAlreadyBlocked = 0;