GeopJr / Tuba

Browse the Fediverse
https://tuba.geopjr.dev/
GNU General Public License v3.0
542 stars 59 forks source link

[Request]: Gracefully handle limited media #1077

Open GeopJr opened 1 month ago

GeopJr commented 1 month ago

Describe the request

From my understanding and investigation from a previous issue, instances that limit media from other instances, still attach them to the status objects but with broken proxied urls.

That leads to just... empty 404 attachments. Tuba should gracefully handle them by displaying them in a list and when the user clicks on them, ask them if they would like to fetch the remote URL, while warning them that their IP address will be exposed.

Implementation Details