Revert "relay: make multicast a desired relay"
there seems to be a bug where the relay list fails to get
created if multicast fails to connect
This reverts commit 5eae9a55ec.
This commit is contained in:
@@ -137,7 +137,6 @@ impl RelayDefaults {
|
|||||||
.map(|u| RelaySpec::new(AccountRelayData::canonicalize_url(&u), false, false))
|
.map(|u| RelaySpec::new(AccountRelayData::canonicalize_url(&u), false, false))
|
||||||
.collect();
|
.collect();
|
||||||
let bootstrap_relays = [
|
let bootstrap_relays = [
|
||||||
"multicast",
|
|
||||||
"wss://relay.damus.io",
|
"wss://relay.damus.io",
|
||||||
// "wss://pyramid.fiatjaf.com", // Uncomment if needed
|
// "wss://pyramid.fiatjaf.com", // Uncomment if needed
|
||||||
"wss://nos.lol",
|
"wss://nos.lol",
|
||||||
|
|||||||
Reference in New Issue
Block a user