64
How are comments federated?
(lemmy.world)
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
You can see the hierarchy above not below.
You might get a like. It looks like:
In the object property you see the comment. If you visit that you'll get among the rest of the json for the comment
"inReplyTo": "https://lemmy.world/comment/1269475",
And again
"inReplyTo": "https://lemdro.id/post/77457",
Now you have the hierarchy from the like's comment to the post. Not the rest of the tree, enough to render the comment in context though.
Hi there! Looks like you linked to a Lemmy community using a URL instead of its name, which doesn't work well for people on different instances. Try fixing it like this: !android@lemdro.id
I understand exactly what you're saying; you can get the parents but not the replies in that situation.
I'm just saying that in your situation (e.g. someone I follow on Mastodon likes a Lemmy post) it would be convenient for me as a user to be able to view the replies to that Lemmy post, but I cannot necessarily do that because Lemmy does not include
replies
.I expect it does, from the lemmy API. But from the ActivityPub api, it doesn't make sense to.