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.
[ soapbox-pub/ditto ] Fix ancestor thread fetching to use relay hints and author outbox relays AncestorThread was calling useEvent(eventId) without relay hints or author hints, so ancestor events only resolved via Tier 1 (user's configured relays). Tiers 2 (relay hints from e tags) and 3 (author's NIP-65 outbox relays) were never activated, causing parent events on personal relays to silently fail. Added getParentEventHints() to extract relay URL and author pubkey from NIP-10 e tags, and wired both through AncestorThread's recursive chain.