prs on Nostr: Robs relay view - fix user relays view (#1545) Update recommended relay view to ...
Robs relay view - fix user relays view (#1545)
Update recommended relay view to handle user relays
NOTE: I'm seeing 2 issues:
1. slight delay in showing the relay view when its pressed, possibly the loading of the images handling the url?
2. if there's an issue with the relay image url the app will crash on line 87 of the RelayPicView, so we need some better error handling there and not this: `return URL(string: "")!`
robs-relay-view, 2 commits
https://github.com/damus-io/damus/pull/1545
Update recommended relay view to handle user relays
NOTE: I'm seeing 2 issues:
1. slight delay in showing the relay view when its pressed, possibly the loading of the images handling the url?
2. if there's an issue with the relay image url the app will crash on line 87 of the RelayPicView, so we need some better error handling there and not this: `return URL(string: "")!`
robs-relay-view, 2 commits
https://github.com/damus-io/damus/pull/1545