From df3df476de0f46dec278fc38eb758ddb790cb867 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Wed, 1 Feb 2023 19:49:57 +0700 Subject: [PATCH] Add nostr.lu.ke to bootstrap relays --- damus/ContentView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/damus/ContentView.swift b/damus/ContentView.swift index c7fe7de..057740a 100644 --- a/damus/ContentView.swift +++ b/damus/ContentView.swift @@ -17,6 +17,7 @@ var BOOTSTRAP_RELAYS = [ "wss://nos.lol", "wss://relay.current.fyi", "wss://brb.io", + "wss://nostr.lu.ke", ] struct TimestampedProfile {