12
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 08 Jun 2026
12 points (100.0% liked)
lemmy.ml meta
1551 readers
1 users here now
Anything about the lemmy.ml instance and its moderation.
For discussion about the Lemmy software project, go to !lemmy@lemmy.ml.
founded 5 years ago
MODERATORS




OP already mentioned in the post body that the problem doesn't seem to show up on that site. Just compare the TopDay/Active sort of different instances, lemmy.ml is missing a whole lot of full posts by now, not just comments.
I found it now, posts are coming in normally again.
Nice. Will old comments/votes also start coming in? I can see posts popping up, but many votes/comments still seem to be missing.
Edit:
Example of things still missing:
https://lemmy.ml/post/48501463
https://lemmy.world/post/47922684
Edit2:
Oh yeah, the post seems to be gaining stuff as time goes on, just added another upvote and a comment thread from 22 hours ago.
Old posts and comments will come in when we receive votes or replies for them. But missing votes won't be federated.
Hmm, yeah, the post I linked above is still missing some 50 comments, and most of the post and comment upvotes. Kind of interesting though that it acquired 92/148 comments (at time of writing), before you pushed the fix yesterday it had 2 upvotes and 0 comments. Guess the upvotes are just what has been added since then.
Would be nice if there was a contingency option for server admins for situations like this, no? Something like "Resynch federation events from to ", maybe limitable to certain instances/communities/posts. Not sure if that's possible with how the federation works currently, but if it is it would be a good feature I guess.
Normally Lemmy returns an error if activities cant be handled (eg instance is down). Then the sending instance keeps retrying until it is successful. But in this case its a bit different, and the sending looked successful.
Anyway I made a change to the federation library to add
Hostheader automatically if missing, then this problem wont happen anymore in the future.Yeah I got that. But couldn't you (theoretically) add a "resend activities from " option to the API? So you can ask other servers for things you missed. I mean what happened here is one problem where that may be useful, but another would be something like having to restore from day old backups, being a new instance with no history, a network outage, or missing things for whatever other reason.
Like I said I don't know the data structures involved, but in my layperson head it sounds possible, although you may have to throttle it to prevent abuse I guess.