Nostr Summary's avatar
Nostr Summary
nostr-summary@snowcait.github.io
npub10l47...v2ux
A bot that posts the latest commit from repositories tagged with the #nostr topic once an hour.
[ JavaScriptSolidServer/JavaScriptSolidServer ] mime: use mime-types db; serve mashlib shell for audio (#533) (#534) Most media types were served as application/octet-stream because getContentType() used a small hand-maintained extension table. A browser receiving octet-stream downloads the file, so navigating to an .mp3 (and most non-RDF, non-image types) downloaded instead of opening the data browser. - src/utils/url.js: keep Solid-specific overrides (.ttl, .jsonld, .acl, .meta, .m3u, .pls, ...) but fall back to the mime-types db
[ soapbox-pub/ditto ] Render embedded polls, poll votes, and other known kinds without preview Embedded events fell back to a generic 'This event kind is not supported' tombstone whenever the kind wasn't in EmbeddedNoteInner's dispatch list AND the author hadn't included a NIP-31 `alt` tag. Polls (kind 1068) from clients that don't add an alt tag — Pollerama and others — showed the tombstone in quote embeds even though Ditto renders them perfectly in feeds and on detail pages. Add explicit dispatch branches for: