Podcastindex-org / pi-activitypub-server

An activitypub bridge for the podcast index api
MIT License
13 stars 3 forks source link

add image description to NoteAttachment #3

Open Marzal opened 3 months ago

Marzal commented 3 months ago

Some Fediverse instances won't show the images of a toot/message if not ALT text is given.

I would rather have a more verbose description like:

Artwork from the $episode, more info in $episode_web_URL

but given what I've seen already in the code this is what I can write (without been a developer)

Not tested, and first time reading rust code, so probably this would crash the server. Let's call this an issue+ more than a real PR