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.

feat: add some new apps

+30
+30
pkg/apps.go
··· 385 385 NSID: "computer.aetheros", 386 386 Label: "computer-aetheros", 387 387 }, 388 + { 389 + Name: "spores.garden", 390 + Description: "Plant your ideas from across the Atmosphere", 391 + NSID: "coop.hypha.spores", 392 + Label: "coop-hypha-spores", 393 + }, 394 + { 395 + Name: "PluralHost", 396 + Description: "Plural identity on the ATmosphere", 397 + NSID: "host.plural", 398 + Label: "host-plural", 399 + }, 400 + { 401 + Name: "Arabica", 402 + Description: "Track your coffee brewing journey with detailed logs of every cup", 403 + NSID: "social.arabica", 404 + Label: "social-arabica", 405 + }, 406 + { 407 + Name: "Drydown", 408 + Description: "Discover & Review Fragrances", 409 + NSID: "social.drydown", 410 + Label: "social-drydown", 411 + }, 412 + { 413 + Name: "Blacksky Assembly", 414 + Description: "a space for public deliberation and collective decision-making", 415 + NSID: "community.blacksky.assembly", 416 + Label: "community-blacksky-assembly", 417 + }, 388 418 }