You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: onRelays is never updated in ndk-svelte, it stays an empty list
The event only stores one relay that is coming from the 'relay' property but this is just one, not all seen relays
Probable Cause: The code that deduplicates events arriving in the store(from handleEvent:187) does not account for duplicate events received with NEW INFORMATION ABOUT THE RELAYS THEY ARE ON. So the onRelays property is never updated(we return on line 197)
The text was updated successfully, but these errors were encountered:
Problem: onRelays is never updated in ndk-svelte, it stays an empty list
The event only stores one relay that is coming from the 'relay' property but this is just one, not all seen relays
Probable Cause: The code that deduplicates events arriving in the store(from handleEvent:187) does not account for duplicate events received with NEW INFORMATION ABOUT THE RELAYS THEY ARE ON. So the onRelays property is never updated(we return on line 197)
The text was updated successfully, but these errors were encountered: