mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 17:56:44 +01:00
removes log
This commit is contained in:
@@ -55,9 +55,7 @@ fun filterFindUserMetadataForKey(
|
|||||||
authors.forEach { key ->
|
authors.forEach { key ->
|
||||||
val relays =
|
val relays =
|
||||||
key.authorRelayList()?.writeRelaysNorm()
|
key.authorRelayList()?.writeRelaysNorm()
|
||||||
?: (key.relaysBeingUsed.keys + LocalCache.relayHints.hintsForKey(key.pubkeyHex) + indexRelays)
|
?: (key.relaysBeingUsed.keys + LocalCache.relayHints.hintsForKey(key.pubkeyHex) + indexRelays).ifEmpty { null }
|
||||||
.ifEmpty { null }
|
|
||||||
?.also { println("Using relay hints ${it.size} for ${key.pubkeyHex}") }
|
|
||||||
?: defaultRelays.toList()
|
?: defaultRelays.toList()
|
||||||
|
|
||||||
relays.forEach {
|
relays.forEach {
|
||||||
|
|||||||
Reference in New Issue
Block a user