this repo has no description

Add ATProtoFans

Changed files
+2
cmd
recordcollector
+1
cmd/recordcollector/main.go
··· 74 "fm.plyr": "fm-plyr", 75 "app.sidetrail": "app-sidetrail", 76 "app.dropanchor": "app-dropanchor", 77 } 78 79 //go:embed schema.sql
··· 74 "fm.plyr": "fm-plyr", 75 "app.sidetrail": "app-sidetrail", 76 "app.dropanchor": "app-dropanchor", 77 + "com.atprotofans": "com-atprotofans", 78 } 79 80 //go:embed schema.sql
+1
genlabeldefs.py
··· 42 'plyr.fm': ('fm-plyr', 'music on atproto'), 43 'Sidetrail': ('app-sidetrail', 'a little app for sharing "trails"'), 44 'Anchor': ('app-dropanchor', 'an experiment in geolocation on the AT protocol'), 45 # 'name': ('nsid-with-dashes', 'description'), 46 } 47
··· 42 'plyr.fm': ('fm-plyr', 'music on atproto'), 43 'Sidetrail': ('app-sidetrail', 'a little app for sharing "trails"'), 44 'Anchor': ('app-dropanchor', 'an experiment in geolocation on the AT protocol'), 45 + 'ATProtoFans': ('com-atprotofans', 'Connecting Fans and Creators'), 46 # 'name': ('nsid-with-dashes', 'description'), 47 } 48