ecosistema-social-decentral.../topics/discovery.md

20 lines
1.4 KiB
Markdown
Raw Normal View History

2020-06-17 02:58:11 +02:00
# Discovery
2020-06-10 05:40:20 +02:00
In decentralized networks, whether federated or p2p, there is often no global search functionality, as no node has a unified view of the network. This section covers methods of content discovery in decentralized social networks.
2020-06-10 05:40:20 +02:00
### Mastodon
Mastodon has no global search functionality. This issue being discussed in Mastodon: https://github.com/tootsuite/mastodon/issues/9529
Servers store content from users followed by members of the server. Mastodon users are presented with three timelines: a home timeline with posts from accounts the user follows, a local timeline with posts from the local instance, and a federated timeline with all posts that have been retrieved from remote instances.
Hashtags are used to filter and discover content in ssb, diaspora, mastodon
2020-06-23 18:54:48 +02:00
### Matrix
2020-06-23 18:54:48 +02:00
All conversations on Matrix take place through rooms, which people either join (if public), peek into (if viewable), or are invited to. Because of its focus on conversations in rooms, there is no focus on having globally discoverable content.
2020-06-23 18:54:48 +02:00
### Ssb
2020-06-23 18:54:48 +02:00
Content is propagated and discovered through follow relationships in the ssb network. When a follow relationship is initiated, the posts of the user being followed begins to be synced to the follower's node. Those messages and files are stored locally on the user's computer, indefinitely, for applications running ssb to read.