Just come across this myself.
Long-running fediverse instances will likely have old copies of established aussie.zone actors, but federation will be broke for newer instances and/or newer actors.
Verifiable by doing something like:
WORKS:
curl --header 'accept: application/activity+json' https://reddthat.com/u/lodion
DOESN'T WORK:
curl --header 'accept: application/activity+json' https://aussie.zone/u/lodion
I chose reddthat.com because it seems like it has similar protection, but allows for AP requests. (other instances use non-CF solutions, but I imagine they’ve had to make similar tweaks).
It’s been a couple of days, so it might be worth some pings:




Unless the person replying on Mastodon removes it of course (to save themselves some characters and because they don’t recognise it).
There doesn’t seem any functional difference between your comment (which implicitly Mentions the community), and the original post on thecanadian.social (which explicitly Mentions it). Screenies from activitypub.academy show that replies to both include both Mentions pre-filled.
https://thecanadian.social/@mike/116234121499688717 didn’t remove the Mention, and so the comment made it to Lemmy. https://mstdn.ca/@cass_m/116234270845317774 did remove the Mention, and so it didn’t.
Specifically for Lemmy btw, the reply at https://mstdn.ca/@cass_m/116234270845317774 demonstrates another problem - that instance requires a signed GET request for its actors, which hasn’t been fully implemented AFAIK.