-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When opening a post, show all replies (not just those from servers known to the user's instance). #22674
Comments
This might be a bug in the implementation of Activity Pub: |
I don't think this is the same problem as inbox forwarding - which Mastodon already implements. Inbox forwarding works to ensure that everyone who follows a specific user gets sent replies to that user's post. Mastodon implements this - I've seen it in action, watching as my Sidekiq queue gets /really/ busy forwarding replies when I start a noisy conversation which attracts a lot of comments. The issue here is different: it happens when I view a conversation on a post by someone who I don't already follow - eg because their original post was boosted into my timeline. It's also primarily an issue that affects people like me who run their own instances (or are members of a tiny instance). If you're using https://mastodon.social/ you'll rarely see a problem like this as much more of the overall Mastodon content flow is already being cached by your home server. |
+1 For clarity: Scenario A: Scenario B: So then: |
Fundamentally, this issue is the same as #34 (which was created 6 years ago). To show replies means retrieving them from the other server then inserting them into the local instances' database which will mean they show up in the Federated timeline as if they were freshly posted toots. |
Isn't this 100% a duplicate of #9409 ? |
I see that this very often isn't the case on my single-user instance. v4.2.10. |
Pitch
If the following is true, I hope a feature can be added to make the display of replies complete (OP link: https://fedi.simonwillison.net/@simon/109559268498004036)
"simon@simonwillison.net Simon Willison
"My least favourite sharp edge of Mastodon is the fact that when you view someone else's post you only see replies to it that are known to your server - so there's actually a good chance there will be relies that are completely invisible to you, especially if you run your own instance
"I'd love it if tapping a post kicked off a request back to the original server that fetched the current reply count, and provided a "view all replies" button if there were replies not yet visible to me
Motivation
Full access the the discussion of a topic is highly important for some users (e.g. those on Mastodon regarding issues on climate science, energy matters, or policy development, etc.). Also, it is important for finding new people to follow or for others to find you who otherwise wouldn't.
The text was updated successfully, but these errors were encountered: