From ed36a8c062be8f7e32514bebc97a60ce26e01215 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 2 Jan 2023 08:44:54 -0800 Subject: [PATCH] Add brb.io to recommended relay list Changelog-Added: Added brb.io to recommended relay list --- damus/ContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damus/ContentView.swift b/damus/ContentView.swift index 1afb7bf1..4d2bcece 100644 --- a/damus/ContentView.swift +++ b/damus/ContentView.swift @@ -16,7 +16,7 @@ var BOOTSTRAP_RELAYS = [ "wss://relay.nostr.bg", "wss://nostr.oxtr.dev", "wss://nostr.v0l.io", - "wss://nostr-2.zebedee.cloud", + "wss://brb.io", ] struct TimestampedProfile {