Why do some instances not load communities properly?
from blackfox@lemmings.world to fediverse@lemmy.world on 17 Aug 19:04
https://lemmings.world/post/32354933

I just started my own Lemmy instance, and it looks to be mostly working.

The problem that I have is that the communities I went through the process of subscribing to only display up to 50 threads and no comments.

This looks like something I’ve seen on other servers, so I’m wondering what could be causing it and how to fix it.

ChatGPT says something about webfinger and nodeinfo, but I honestly have no idea what any of that is and there’s no mention of it in join-lemmy.org/…/federation_getting_started.html

#fediverse

threaded - newest

julian@community.nodebb.org on 17 Aug 19:17 next collapse

@blackfox@lemmings.world 50 threads, as in they go to 50 and stop getting new ones?

rimu@piefed.social on 17 Aug 22:24 collapse

The outbox on a Lemmy community only has the last 50 posts and there is no pagination to get another 50. Also Lemmy posts have no replies collection so it's impossible to get the replies without using their API.

julian@community.nodebb.org on 17 Aug 23:30 collapse

Well, the good news is at least with conversational backfill, you'll be able to pull the entire reply tree 😁

frongt@lemmy.zip on 17 Aug 19:25 next collapse

Is it just a sync thing, and more will come in over time? I’ve never played with hosting. But I do know you should check the logs.

jollyroberts@jolly-piefed.jomandoa.net on 17 Aug 19:31 next collapse

Usually Lemmy/piefed does a pull of the most recent 50 posts when the follow first happens. Then new posts come in over time via federation.

If you're not getting /any/ new posts it may be that the federation is not working. If some communities gets posts more than others then it's probably a difference in activity levels in the communities.

asudox@lemmy.asudox.dev on 17 Aug 19:32 collapse

That is how federation works. You will not get all content automatically, only the ones you wish for.

When you subscribe to a new community (as in your instance hasn’t “seen” it yet), it will fetch the last 20 posts. (excluding votes and comments)

If you wish to see older comments and posts, you must fetch them manually. You can see how that can be done here: join-lemmy.org/…/federation_getting_started.html