John Spurlock on Nostr: heads up Dave, the ap.podcastindex.org outbox pages have an undefined "conversation" ...
heads up Dave (npub1rcn…dw4h), the ap.podcastindex.org outbox pages have an undefined "conversation" property
need to define that property in the context object, full context for the page would become something like:
"@context": [
"https://www.w3.org/ns/activitystreams";,
{
"ostatus": "http://ostatus.org#";,
"conversation": "ostatus:conversation"
}
]
need to define that property in the context object, full context for the page would become something like:
"@context": [
"https://www.w3.org/ns/activitystreams";,
{
"ostatus": "http://ostatus.org#";,
"conversation": "ostatus:conversation"
}
]