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:
William Casarin
2025-07-20 15:51:19 -07:00
parent 2c1a42efd4
commit 94be9ccc3e

View File

@@ -137,7 +137,6 @@ impl RelayDefaults {
.map(|u| RelaySpec::new(AccountRelayData::canonicalize_url(&u), false, false))
.collect();
let bootstrap_relays = [
"multicast",
"wss://relay.damus.io",
// "wss://pyramid.fiatjaf.com", // Uncomment if needed
"wss://nos.lol",