fix(nostr): stop connection to public relay
This commit is contained in:
parent
9da8b03de2
commit
863f05f8bc
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ pub fn App() -> impl IntoView {
|
|||
|
||||
// Nostr client subscription for items
|
||||
spawn_local(async move {
|
||||
let nostr_client = NostrClient::new("wss://relay.damus.io").await.unwrap();
|
||||
let nostr_client = NostrClient::new("wss://relay.example.com").await.unwrap();
|
||||
nostr_client.subscribe_to_items(tx.clone()).await.unwrap();
|
||||
|
||||
while let Some(content) = rx.recv().await {
|
||||
|
|
Loading…
Add table
Reference in a new issue