I have a #Fediverse #ActivityPub question:
-
wrote on 24 Jan 2025, 23:28 last edited by
I have a #Fediverse #ActivityPub question:
Why doesn't my client ( #mastodon or #pixelfed ) automatically load the comments from the original page so that all comments are visible?
Is there a technical reason? -
I have a #Fediverse #ActivityPub question:
Why doesn't my client ( #mastodon or #pixelfed ) automatically load the comments from the original page so that all comments are visible?
Is there a technical reason?wrote on 25 Jan 2025, 14:29 last edited by@treefit
AP works in a push nature, not pull. It may be related to overload on servers. -
@treefit
AP works in a push nature, not pull. It may be related to overload on servers.wrote on 25 Jan 2025, 14:31 last edited by@danialbehzadi I'm just wondering why clients don't pull on demand to provide a complete view on the comments
-
@danialbehzadi I'm just wondering why clients don't pull on demand to provide a complete view on the comments
wrote on 25 Jan 2025, 18:36 last edited by@treefit @danialbehzadi some clients support this and some types of fediverse servers also support this. @jonny is currently working on a PR to add a "load more remote conversation" button into Mastodon if I understood right
-
@treefit @danialbehzadi some clients support this and some types of fediverse servers also support this. @jonny is currently working on a PR to add a "load more remote conversation" button into Mastodon if I understood right
wrote on 25 Jan 2025, 18:59 last edited by@liaizon@social.wake.st I'm not entirely sold on the replies collection traversal logic as penned by @jonny@neuromatch.social
It doubles down on the premise that individual notes are isolated entities whose connection to other notes is dictated solely by
inReplyTo
andreplies
.7888 introduces the concept of a conversational context, which is maintained by the original conversation starter. When you have an ad-hoc source like this, you can just ask the context owner to supply the entire set of responses in one single call (or perhaps a few more if paginated.) No
replies
traversal needed. -
@liaizon@social.wake.st I'm not entirely sold on the replies collection traversal logic as penned by @jonny@neuromatch.social
It doubles down on the premise that individual notes are isolated entities whose connection to other notes is dictated solely by
inReplyTo
andreplies
.7888 introduces the concept of a conversational context, which is maintained by the original conversation starter. When you have an ad-hoc source like this, you can just ask the context owner to supply the entire set of responses in one single call (or perhaps a few more if paginated.) No
replies
traversal needed.wrote on 25 Jan 2025, 19:10 last edited by@julian @treefit I personally don't have any "horses in this race" other then getting things to work better. I would imagine #fep7888* would need serious "buy in" from Mastodon for it to really take hold as the way forward so if the way @jonny implementing this for Mastodon has potentially more of a likelihood of getting merged this year then I welcome it...
* https://socialhub.activitypub.rocks/t/fep-7888-demystifying-the-context-property/3021/19
-
@julian @treefit I personally don't have any "horses in this race" other then getting things to work better. I would imagine #fep7888* would need serious "buy in" from Mastodon for it to really take hold as the way forward so if the way @jonny implementing this for Mastodon has potentially more of a likelihood of getting merged this year then I welcome it...
* https://socialhub.activitypub.rocks/t/fep-7888-demystifying-the-context-property/3021/19
wrote on 25 Jan 2025, 19:37 last edited by@liaizon@social.wake.st you are not wrong about that. @jonny@neuromatch.social's approach works now, but I'm not sure how well it will scale.
It could be perfectly fine. It might not, who knows.
But it's a good thing there's more to the fediverse than Mastodon.
-
@liaizon@social.wake.st you are not wrong about that. @jonny@neuromatch.social's approach works now, but I'm not sure how well it will scale.
It could be perfectly fine. It might not, who knows.
But it's a good thing there's more to the fediverse than Mastodon.
wrote on 25 Jan 2025, 20:18 last edited by -
wrote on 25 Jan 2025, 20:49 last edited by
@jonny@neuromatch.social sure! NodeBB has it working now if you want to poke around on BrowserPub, just paste a topic URL into it.
v4.0.0 can pull entire topics in already (assuming the remote end supports it.)
When v4.1 drops you'll be able to do this via the topic URL itself.