this post was submitted on 15 Jun 2023
0 points (NaN% liked)
Fediverse
19 readers
2 users here now
This magazine is dedicated to discussions on the federated social networking ecosystem, which includes decentralized and open-source social media platforms. Whether you are a user, developer, or simply interested in the concept of decentralized social media, this is the place for you. Here you can share your knowledge, ask questions, and engage in discussions on topics such as the benefits and challenges of decentralized social media, new and existing federated platforms, and more. From the latest developments and trends to ethical considerations and the future of federated social media, this category covers a wide range of topics related to the Fediverse.
founded 2 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
In a word, no
This is accurate for the current state of lemmy/kbin, but there are ways it could be done. Mastodon made the decision to only fetch posts made after subscription/follow and all fediverse services have followed that pattern. But they don't have to.
In ActivityPub,
Actor
s (users and communities) have anoutbox
property. Any public post that actor makes should be available in that outbox. So when a user follows a user or community, their server could request a page by default, which wouldn't be too much data, and present a Previous button in the UI that would fetch another page on demand. Since this would be a user interaction, it would happen later than the original follow and outbox request and would keep the requests spaced out so it doesn't overload a server.That's very helpful and makes sense. Thanks!
Hopefully we can add that to @ernest's ridiculously long and ever growing feature request list.