The AP from NodeBB is missing the ‘name’ field for images (where alt-text is put). If you inspect that first image in a web browser, the alt-text reads “Pic of a flow battery development kit …”, but for the relevant AP, compare NodeBB with a random image on pixelfed:
@kirk@social.coop
The AP from NodeBB is missing the ‘name’ field for images (where alt-text is put). If you inspect that first image in a web browser, the alt-text reads “Pic of a flow battery development kit …”, but for the relevant AP, compare NodeBB with a random image on pixelfed:
curl -L -H 'accept: application/activity+json' https://fbrc.nodebb.com/post/8 | jq .attachment[0]
vs.
curl -L -H 'accept: application/activity+json' https://pixelfed.de/p/tercean/364 | jq .attachment[0]