this repo has no description
0
fork

Configure Feed

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

add service record declaration

+70
+70
labeler-service.json
··· 1 + { 2 + "$type": "app.bsky.labeler.service", 3 + "createdAt": "2024-10-22T17:13:47.768Z", 4 + "policies": { 5 + "labelValueDefinitions": [ 6 + { 7 + "adultOnly": false, 8 + "blurs": "none", 9 + "defaultSetting": "inform", 10 + "identifier": "jabroni", 11 + "locales": [ 12 + { 13 + "description": "yeah... jabronis!", 14 + "lang": "en", 15 + "name": "Jabroni" 16 + } 17 + ], 18 + "severity": "inform" 19 + }, 20 + { 21 + "adultOnly": false, 22 + "blurs": "none", 23 + "defaultSetting": "inform", 24 + "identifier": "bladerunner", 25 + "locales": [ 26 + { 27 + "description": "The labelled account has been awarded the special role of bladerunner because of their accuracy in hunting down good bots and bad bots.", 28 + "lang": "en", 29 + "name": "Bladerunner" 30 + } 31 + ], 32 + "severity": "inform" 33 + }, 34 + { 35 + "adultOnly": false, 36 + "blurs": "none", 37 + "defaultSetting": "inform", 38 + "identifier": "good-bot", 39 + "locales": [ 40 + { 41 + "description": "The labelled account is a bot that has been flagged as a useful bot account by other users.", 42 + "lang": "en", 43 + "name": "Good bot" 44 + } 45 + ], 46 + "severity": "inform" 47 + }, 48 + { 49 + "adultOnly": false, 50 + "blurs": "content|media", 51 + "defaultSetting": "alert", 52 + "identifier": "bad-bot", 53 + "locales": [ 54 + { 55 + "description": "The labelled account is a bot that has been flagged for unwanted activities on the network.", 56 + "lang": "en", 57 + "name": "Bad bot" 58 + } 59 + ], 60 + "severity": "alert" 61 + } 62 + ], 63 + "labelValues": [ 64 + "good-bot", 65 + "bladerunner", 66 + "jabroni", 67 + "bad-bot" 68 + ] 69 + } 70 + }