respect stored relay list
This commit is contained in:
parent
d24ed52879
commit
a0d8aa9e62
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ const market = async () => {
|
||||||
this.pubkeys.add(this.account.pubkey)
|
this.pubkeys.add(this.account.pubkey)
|
||||||
}
|
}
|
||||||
if (relays && relays.length) {
|
if (relays && relays.length) {
|
||||||
this.relays = new Set([...defaultRelays, ...relays])
|
this.relays = relays
|
||||||
} else {
|
} else {
|
||||||
this.relays = new Set(defaultRelays)
|
this.relays = new Set(defaultRelays)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue