Hello from Lemmy!
This message is both a test and a real question: I managed to subscribe to the NodeBB group, but I was not able to pull any conversation from there.
Maybe it’s because Lemmy expects posts to be Page
objects and NodeBB seem to be representing its topics as OrderedCollections
?
I will post this and then send a followup comment with the output from browser.pub
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