damus

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

commit caa03e336f0f1db21b1ffbd994865b9c688397df
parent d7d8076bee0bc38ab210c8dfe92d0091b6b8e281
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 18 Dec 2022 16:11:16 -0800

add wiz's relay to the bootstrap relays

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

diff --git a/damus/ContentView.swift b/damus/ContentView.swift @@ -12,6 +12,7 @@ import Kingfisher var BOOTSTRAP_RELAYS = [ "wss://relay.damus.io", "wss://nostr-relay.wlvs.space", + "wss://nostr.fmt.wiz.biz", "wss://nostr.oxtr.dev", ]