LemmyNet / lemmy

🐀 A link aggregator and forum for the fediverse
https://join-lemmy.org
GNU Affero General Public License v3.0
13.12k stars 863 forks source link

Replies collection #2004

Open mediaformat opened 2 years ago

mediaformat commented 2 years ago

Is your proposal related to a problem?

Other ActivityPub software can fetch Lemmy posts, however none of the child posts / replies are fetched

image

Describe the solution you'd like

Adding a replies collection would allow other software to be informed of replies to the Post

Additional context

https://lemmy.ml/post/112460/comment/98251

johnspurlock commented 1 year ago

A new open podcast comments spec uses ActivityPub, and the standard AP replies collection [1] to enumerate public comments.

Would love to see it implemented in this interesting project, then podcasts could use Lemmy to host discussions for their show with one top-level post per episode.

The replies array can be nothing more than string uri references, if including inline objects is too difficult.

[1] https://www.w3.org/TR/activitystreams-vocabulary/#dfn-replies

nsalesky commented 1 year ago

I'm looking into this as a first issue to learn more about the codebase and ActivityPub.