mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-30 14:05:28 +02:00
fix bug with relay list not refreshing
This commit is contained in:
@@ -57,7 +57,9 @@ class ClientRelayService {
|
|||||||
|
|
||||||
// load the relays from cache or bootstrap relays
|
// load the relays from cache or bootstrap relays
|
||||||
this.log("Load users relays from cache or bootstrap relays");
|
this.log("Load users relays from cache or bootstrap relays");
|
||||||
lastSubject = userRelaysService.requestRelays(account.pubkey, Array.from(this.bootstrapRelays));
|
lastSubject = userRelaysService.requestRelays(account.pubkey, Array.from(this.bootstrapRelays), {
|
||||||
|
alwaysRequest: true,
|
||||||
|
});
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
// double check for new relay notes
|
// double check for new relay notes
|
||||||
this.log("Requesting latest relays from the write relays");
|
this.log("Requesting latest relays from the write relays");
|
||||||
|
Reference in New Issue
Block a user