Adds more relays to the DVM inbox.

Sends the new EVENT only after the screen updates.
This commit is contained in:
Vitor Pamplona
2025-07-10 14:34:09 -04:00
parent 8dbb1a889e
commit 7a14d95973

View File

@@ -1913,12 +1913,12 @@ class Account(
dvmPublicKey
.inboxRelays()
.ifEmpty {
LocalCache.relayHints.hintsForKey(dvmPublicKey.pubkeyHex)
LocalCache.relayHints.hintsForKey(dvmPublicKey.pubkeyHex) + dvmPublicKey.relaysBeingUsed.keys
}.toSet()
client.send(it, relayList)
cache.justConsumeMyOwnEvent(it)
onReady(it)
client.send(it, relayList)
}
}