diff --git a/damus/ContentView.swift b/damus/ContentView.swift index 0e835392..7a09796e 100644 --- a/damus/ContentView.swift +++ b/damus/ContentView.swift @@ -370,6 +370,8 @@ struct ContentView: View { self.confirm_mute = true } .onReceive(handle_notify(.attached_wallet)) { nwc in + try? damus_state.pool.add_relay(.nwc(url: nwc.relay)) + // update the lightning address on our profile when we attach a // wallet with an associated guard let ds = self.damus_state,