mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-20 02:51:42 +02:00
No need to duplicate these relays anymore
This commit is contained in:
@@ -76,10 +76,6 @@ fun filterMissingAddressables(keys: List<EventFinderQueryState>): List<RelayBase
|
|||||||
potentialRelaysToFindAddress(key.note).ifEmpty { default }.forEach { relayUrl ->
|
potentialRelaysToFindAddress(key.note).ifEmpty { default }.forEach { relayUrl ->
|
||||||
add(relayUrl, key.note.address)
|
add(relayUrl, key.note.address)
|
||||||
}
|
}
|
||||||
|
|
||||||
key.account.searchRelayList.flow.value.forEach { relayUrl ->
|
|
||||||
add(relayUrl, key.note.address)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// loads threading that is event-based
|
// loads threading that is event-based
|
||||||
|
Reference in New Issue
Block a user