Claire
Claire
This does not seem to be single-column VS advanced view issue: mastodon.social seems to be unaware that the account you are looking at has moved, although I am not sure...
I believe I have finally identified the issue: the server appears to be aware that the account has migrated, but does not transmit that information to the client because the...
> **Alternatively/ ideally** both Mastodon and Peertube could agree to use the `summary` field instead! The ActivityStreams spec includes this and Peertube doesn't currently set it, but it _could_ if...
To clear up some misunderstanding, Mastodon does not send a `Delete` to every known server for every deleted post, that would be too expensive. It does send a `Delete` to...
> * I receive these "type:delete"-requests for every user-inbox on my site. This looks like a massive overhead to me, thinking how a mastodon-instance right now would not only send...
Mastodon's error handling is a bit messy and should be improved upon. Ironically, if you return 5xx rather than 4xx it should stop trying to deliver at some point.
Let me quickly explain Mastodon's current delivery and failure handling: - Mastodon currently sends local account deletion notices to all known servers (this is what this specific issue is about)...
Yes, but that requires deeper changes to how Mastodon handles deliveries. By the time it delivers to an inbox, it doesn't know which account it is delivering to (also, it...
@hansw-nlo you're hijacking an issue specifically for how `Delete` activities are distributed, and they have a very different distribution logic that whatever is hitting you. On topic of the `Delete`...
> @ClearlyClaire any updates regarding this? > > I see that #22273 is still open, but I was checking my logs and things look much better in this regard. So...