Browse Source

fix relay

Signed-off-by: William Casarin <jb55@jb55.com>
profiles-everywhere
William Casarin 3 years ago
parent
commit
d5b839f11a
  1. 2
      damus/ContentView.swift

2
damus/ContentView.swift

@ -144,7 +144,7 @@ struct ContentView: View {
func connect() {
let pool = RelayPool()
add_relay(pool, "wss://nostr.onsats.org")
add_relay(pool, "nostr.onsats.org")
add_relay(pool, "nostr.bitcoiner.social")
add_relay(pool, "nostr-relay.freeberty.net")
add_relay(pool, "nostr-relay.untethr.me")

Loading…
Cancel
Save