Got it from Lemmy.dbzer0.com
Fediverse
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.
This is a forum category containing topical discussion. You can start new discussions by mentioning this category.
This is the output from https://browser.pub/https://communick.news/post/2832222:
{
"@context": [
"https://join-lemmy.org/context.json",
"https://www.w3.org/ns/activitystreams"
],
"type": "Page",
"id": "https://communick.news/post/2832222",
"attributedTo": "https://communick.news/u/rglullis",
"to": [
"https://forum.wedistribute.org/category/5",
"https://www.w3.org/ns/activitystreams#Public"
],
"name": "Is NodeBB's interoperability with Lemmy only for push-based messages?",
"cc": [],
"content": "<p>Hello from Lemmy!</p>\n<p>This message is both a test and a real question: I managed to subscribe to the NodeBB group, but I was <em>not</em> able to pull any conversation from there.</p>\n<p>Maybe it’s because Lemmy expects posts to be <code>Page</code> objects and NodeBB seem to be representing its topics as <code>OrderedCollections</code>?</p>\n<p>I will post this and then send a followup comment with the output from browser.pub</p>\n",
"mediaType": "text/html",
"source": {
"content": "Hello from Lemmy!\n\nThis 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.\n\nMaybe it's because Lemmy expects posts to be `Page` objects and NodeBB seem to be representing its topics as `OrderedCollections`?\n\nI will post this and then send a followup comment with the output from browser.pub",
"mediaType": "text/markdown"
},
"attachment": [],
"sensitive": false,
"published": "2025-03-29T14:02:30.621508Z",
"language": {
"identifier": "en",
"name": "English"
},
"audience": "https://forum.wedistribute.org/category/5",
"tag": [
{
"href": "https://communick.news/post/2832222",
"name": "#fediverse",
"type": "Hashtag"
}
]
}
I can see it just fine from MBin, so that's good at least
The post has also arrived on hub.hubzilla.hu, a Hubzilla hub.
That looks very good overall.
@rglullis@communick.news, a post from 7 days ago never made it to my instance:
- https://forum.wedistribute.org/topic/bb5ed1a1-1fbc-4725-9770-c55303e78ccb/activitypub-5.6.0-for-wordpress-just-shipped
- https://lemmy.dbzer0.com/c/fediverse@forum.wedistribute.org
Seems to be similar for you: https://communick.news/c/fediverse@forum.wedistribute.org
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