this post was submitted on 29 Mar 2025
1 points (100.0% liked)
Fediverse
0 readers
2 users here now
Check in on the latest developments and happenings within the Fediverse, a federated communication network that spans many different forms, and communicates over the ActivityPub protocol.
founded 1 month ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
No, pull works too. Lemmy doesn't support it, but technically you can pull the topic and then step through the collection. PieFed does support doing that (although NodeBB isn't always consistent at providing a JSON response, likely due to a CloudFlare caching issue).
If you want to do a pull that Lemmy supports from NodeBB, you need to choose the first post in the topic, not the topic.
E.g: https://browser.pub/https://forum.wedistribute.org/post/12
That just a Note (with inReplyTo null) that Lemmy will recognise as the equivalent of a Page.
Interesting