fraction / oasis

Free, open-source, peer-to-peer social application that helps you follow friends and discover new ones on Secure Scuttlebutt (SSB).
http://oasis-demo.fraction.io
GNU Affero General Public License v3.0
287 stars 42 forks source link

Blob reference with ?contentType=sth/sth results in empty image #450

Closed black-puppydog closed 4 years ago

black-puppydog commented 4 years ago

See %6VEgH8fbVUbHC+6pxwvNyV5mOaHTBcl1v9CaJ2xEUe4=.sha256. Image embeds of the form ![alt-text](&<blob_id>?contentType=image/png) get rendereds as <img src="" ...>

Both patchwork and ssb-viewer do this correctly and actually return the indicated type back, which makes the http response slightly more useful in some cases.

black-puppydog commented 4 years ago

closed by #451