Home | Notifications | New Note | Local | Federated | Search | Logout

Note Detail


Reply to @silverpill@mitra.social
Astro@astro@c3d2.social (2026-01-31 04:54:01)
@silverpill So this is what LitePub is for? There is now also https://github.com/mastodon/fediverse_auxiliary_service_provider_specifications/blob/main/discovery/data_sharing/v0.1/data_sharing.md

---Reply--- silverpill@silverpill@mitra.social (2026-01-31 05:24:06) @astro LitePub was like a dialect of ActivityPub, but LitePub relay protocol - yes, it is used for both publishing and consuming content.

FediBuzz can follow servers and even other LitePub relays, which will Announce public posts to it.

I think FASP is not necessary because we already have similar capabilities in ActivityPub. And those capabilities can be expanded: https://socialhub.activitypub.rocks/t/idea-for-a-more-capable-relay-server/8442
Reply

---Replies---
Astro@astro@c3d2.social (2026-02-02 10:30:33)
@silverpill I implemented that relay follow-back in October 2023 and triggered it a few times since then. Gets me 1% of the content compared to Mastodon client APIs.

Looking at the traffic, I get POSTs on that endpoint from a few manually-entered relays and from Mastodon and Friendica instances that use the buzzrelay. But these two send me every post many times for each of the hashtags they follow on https://relay.fedi.buzz. This spikey traffic amplification scares me and I want it resolved.