From ebce5c4c2e61690358b8abbb901ada19205e2b22 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sat, 18 Jun 2022 12:37:47 -0700 Subject: [PATCH] remove some boostrap relays that are not spec compliant Changelog-Fixed: Remove some non-compliant bootstrap relays Signed-off-by: William Casarin --- damus/ContentView.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/damus/ContentView.swift b/damus/ContentView.swift index a42a7ed..005f51a 100644 --- a/damus/ContentView.swift +++ b/damus/ContentView.swift @@ -11,8 +11,6 @@ import Starscream let BOOTSTRAP_RELAYS = [ "wss://relay.damus.io", "wss://nostr-pub.wellorder.net", - "wss://nostr-relay.freeberty.net", - "wss://nostr-relay.untethr.me", ] struct TimestampedProfile {