adds labels to accounts that have created records outside of Bluesky
23
fork

Configure Feed

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

added Semble to list of apps

authored by

Wesley Finck and committed by
Tangled
5ac9b4c2 bf4a0ff6

+2
+1
cmd/recordcollector/main.go
··· 75 75 "app.sidetrail": "app-sidetrail", 76 76 "app.dropanchor": "app-dropanchor", 77 77 "com.atprotofans": "com-atprotofans", 78 + "network.cosmik": "network-cosmik", 78 79 } 79 80 80 81 //go:embed schema.sql
+1
genlabeldefs.py
··· 43 43 'Sidetrail': ('app-sidetrail', 'a little app for sharing "trails"'), 44 44 'Anchor': ('app-dropanchor', 'an experiment in geolocation on the AT protocol'), 45 45 'ATProtoFans': ('com-atprotofans', 'Connecting Fans and Creators'), 46 + 'Semble': ('network-cosmik', 'A social knowledge tool for researchers built on ATProto'), 46 47 # 'name': ('nsid-with-dashes', 'description'), 47 48 } 48 49