this post was submitted on 08 Jun 2026
11 points (100.0% liked)
lemmy.ml meta
1552 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments




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.