I’m using hosted Ghost version, just upgraded to 6.0, enabled ActivityPub and decided to try it out. I started following a friend of mine who has a Mastodon account. He followed me back.
My problem is that whenever I post either a Note or a Comment which ends up on my friend’s Mastodon instance, timestamp strings of that content which usually act as links to the original content open the raw JSON data blob.
As a concrete example:
- My friend published a post on Mastodon, which I saw in Ghost Admin → Network → Notes
- I sent a reply to that post in Ghost Admin
- My reply showed up under my friend’s post on Mastodon instance
- That reply had a timestamp, which linked to a JSON blob of my comment
The same thing happens with all of my posts, not just comments to other people posts.
Is this because Ghost doesn’t (yet?) provide any kind of Web UI which could render those individual pieces of content outside Ghost Admin, and it just defaults to linking to raw JSON publicly? Is adding this support on a roadmap somewhere?