mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-27 12:07:43 +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
|
||||
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(() => {
|
||||
// double check for new relay notes
|
||||
this.log("Requesting latest relays from the write relays");
|
||||
|
Reference in New Issue
Block a user