mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-26 18:26:37 +02:00
Adds more relays to the DVM inbox.
Sends the new EVENT only after the screen updates.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user