A small web tool for showing what Bluesky moderation labels are assigned to a profile blue.mackuba.eu/scanner/
4
fork

Configure Feed

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

updated xrpc endpoint name

+1 -1
+1 -1
scanner.js
··· 25 25 } 26 26 27 27 async function loadLabellers() { 28 - let json = await blue.getRequest('eu.mackuba.private.getLabellers'); 28 + let json = await blue.getRequest('blue.feeds.mod.getLabellers'); 29 29 return json.labellers; 30 30 } 31 31