Current weakness of Mastodon: You often don’t see all replies of a post (unless it’s your post).
Details: https://2ality.com/2024/11/mastodon-weaknesses.html#all-replies
A pull request to fix this has just been merged and should be available in the next update to Mastodon (hopefully within the next months). I’m delighted to see this.
More information via @FediTips: https://social.growyourown.services/@FediTips/114149382005729304
@rauschma @FediTips
I remember that I missed parts of an extended discussion a while ago using mastodon's standard web UI and it looked like #PhanpySocial showed more (transitive) answers. But is it actually possible to solve this problem purely on the client side?
Yes it is, you can already manually pull in all the public parts of a discussion by opening the thread's "original page" and then copy-pasting the URLs of all the replies into the search box on your instance. This is very tedious so no one does this, but there's nothing to stop a client or script or instance doing it automatically.
I am not a dev but AFAIK the main holdup has been how to do this efficiently without causing strain on instances.