7d2c788ab0ccfbd5633d3eb28581841ab753bf0d
When clicking a nevent or naddr link, the NIP19Page was discarding the relay hints encoded in the identifier. The useEvent/useAddrEvent hooks would only query the user's configured relays, which may not have the event — resulting in a 404 even though the event appeared in the feed. Now relay hints from nevent/naddr identifiers are passed through to the hooks, which first try the user's relays, then fall back to querying the hint relays directly via nostr.group(). Co-authored-by: shakespeare.diy <assistant@shakespeare.diy>
Description
Languages
TypeScript
95.7%
Java
1.5%
JavaScript
0.9%
Swift
0.9%
CSS
0.5%
Other
0.4%