From 6573c9fa27fac770a8fd6abb25115bafee395d08 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Fri, 11 Jul 2025 21:22:51 -0700 Subject: [PATCH] add anisota --- cmd/recordcollector/main.go | 1 + genlabeldefs.py | 1 + 2 files changed, 2 insertions(+) diff --git a/cmd/recordcollector/main.go b/cmd/recordcollector/main.go index 31fe84b..70fb059 100644 --- a/cmd/recordcollector/main.go +++ b/cmd/recordcollector/main.go @@ -57,6 +57,7 @@ var labelPrefixes = map[string]string{ "pub.leaflet": "pub-leaflet", "com.wamellow": "com-wamellow", "social.grain": "social-grain", + "net.anisota": "net-anisota", } //go:embed schema.sql diff --git a/genlabeldefs.py b/genlabeldefs.py index c705aad..7830f53 100755 --- a/genlabeldefs.py +++ b/genlabeldefs.py @@ -24,6 +24,7 @@ collections = { 'Leaflet': ('pub-leaflet', 'social publishing / blogging'), 'Wamellow': ('com-wamellow', 'bluesky to discord notifications'), 'Grain': ('social-grain', 'a photo sharing platform'), + 'Anisota': ('net-anisota', 'a speculative, iconoclastic social app'), # 'name': ('nsid-with-dashes', 'description'), } -- 2.51.2