Files
grimoire/src
Claude 838faeaf45 fix: ensure NIP-17 subscription is established before watching timeline
The subscription setup was async but not awaited, causing the timeline
observable to return before any events were fetched from relays.

Fix by making the subscription part of the observable chain using
switchMap, so the timeline is only watched after the relay subscription
is established.

Also added error handler and detailed relay logging for debugging.
2026-01-12 22:35:09 +00:00
..
2025-12-22 22:38:52 +01:00
2026-01-12 11:30:52 +01:00
2025-12-18 10:19:52 +01:00
2026-01-12 11:30:52 +01:00