The Pleroma endpoint /api/v1/timelines/home will proxy media_attachments.remote_url during reblogs. However, media_attachments.descriptions is not also proxied. This results with us giving: Proxied image, no description available. as a reply. This is kind-of gross, so hopefully there is a way around this.
The Pleroma endpoint
/api/v1/timelines/home
will proxymedia_attachments.remote_url
during reblogs. However,media_attachments.descriptions
is not also proxied. This results with us giving:Proxied image, no description available.
as a reply. This is kind-of gross, so hopefully there is a way around this.