Files
amethyst/commons
davotoula 0cf1534861 fix(media): stop rendering non-media NIP-94 files as video
A kind-1063 file header was classified by a binary `isImage` test: anything
that wasn't an image fell through to MediaUrlVideo. A webxdc app
(application/x-webxdc, a zip) therefore reached ExoPlayer and buffered
forever, as did every archive, installer and — since MediaUrlPdf was never
constructed here — every NIP-94 PDF.
2026-08-05 22:28:29 +02:00
..