this post was submitted on 13 Jun 2023
7 points (100.0% liked)

Lemmy.World Announcements

28917 readers
3 users here now

This Community is intended for posts about the Lemmy.world server by the admins.

Follow us for server news ๐Ÿ˜

Outages ๐Ÿ”ฅ

https://status.lemmy.world

For support with issues at Lemmy.world, go to the Lemmy.world Support community.

Support e-mail

Any support requests are best sent to [email protected] e-mail.

Report contact

Donations ๐Ÿ’—

If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.

If you can, please use / switch to Ko-Fi, it has the lowest fees for us

Ko-Fi (Donate)

Bunq (Donate)

Open Collective backers and sponsors

Patreon

Join the team

founded 1 year ago
MODERATORS
 

I recently migrated from lemmy.ml to lemmy.world to help with decentralizing and server load. I've noticed that a community I moderate, c/[email protected], is not updating: one of the mods I added isn't showing up on the sidebar, and a mod I removed is showing up. Plus, if I visit my community from lemmy.ml instead of lemmy.world, I see posts that aren't showing up on lemmy.world.

Is there a way I can fix this?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] PriorProject 2 points 1 year ago
  • There's federation, which is when the instances discover each other. It can be inspected at /instances/. The instances are already successfully federated.
  • There's community discovery, this happens when a user searches a community.
  • There's post/comment/vote replication. It happens when a user subscribes to a community.

The reason these these happen lazily, when a user requests (via search to discover, or via subscription to replicate) is so a small instance doesn't have to eagerly replicate the entire fediverse worth of posts that no one will read. Things only get copied once someone wants them, which is a general principle that is important to keeping the federated network healthy.

Now, there are also usability concerns... of which I regard community discovery as the most serious. But I'm sure the devs will be thinking about all kinds of ways to improve usability, they will have to balance federation traffic so small instances remain viable and there aren't millions of federation messages flying around to ship data no one wants.

I guess a way to force each server to federate with eachother would be to use accounts on both and cross search on each one?

I would rephrase it to say... the way for a community to be discovered or replicated to a remote server is to ensure there's a user there who is interested in it. If there is, they'll search and subscribe. If no one on the server is interested in the community, yeah, it won't be discovered or replicate.