Open npub1zenn0 opened 1 year ago
p
tags won't usually get the hint because the profiles are fetched from api.iris.to
which doesn't provide relay info. Might be worth returning the relays from the api at some point.
Worth noting that the referred relays get connected to for the rest of the session. If that turns out to be a problem, e.g. too many websocket connections stack up, then fixing it in the relaypool library is prob for the best.
Follows referred events' relay hints. Meaning with this, the app will subscribe to events from the relay hinted in
e
/p
tags: e.g. from['e', <hexkey>, 'wss://nos.lol', 'reply']
.Adds relay hints to published
e
andp
tags.Fixes published events incorrectly showing up as "Found by Iris.to API".