mirror of
https://github.com/dergigi/boris.git
synced 2026-01-06 16:34:45 +01:00
- Add RelayPool to connect to nostr relays (damus.io, nos.lol, snort.social) - Fix bookmark fetching to actually query relays instead of empty local store - Use eventStore.filters() with Observable subscription to fetch kind 10003 events - Add proper RxJS imports for takeUntil and timer - Implement 5-second timeout for relay queries - Add applesauce-relay dependency for relay connectivity - Fix critical bug where bookmarks were never fetched from network This ensures we're actually displaying kind:10003 bookmark events from the logged-in user as specified in NIP-51, not just querying an empty local store.