damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit ed36a8c062be8f7e32514bebc97a60ce26e01215
parent 2f81a144c110505694c18e6dcf42b1650d784edd
Author: William Casarin <jb55@jb55.com>
Date:   Mon,  2 Jan 2023 08:44:54 -0800

Add brb.io to recommended relay list

Changelog-Added: Added brb.io to recommended relay list

Diffstat:
Mdamus/ContentView.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 {