No need to duplicate these relays anymore

This commit is contained in:
Vitor Pamplona
2025-09-12 12:52:13 -04:00
parent ac48705980
commit bd3eed4a29

View File

@@ -76,10 +76,6 @@ fun filterMissingAddressables(keys: List<EventFinderQueryState>): List<RelayBase
potentialRelaysToFindAddress(key.note).ifEmpty { default }.forEach { relayUrl ->
add(relayUrl, key.note.address)
}
key.account.searchRelayList.flow.value.forEach { relayUrl ->
add(relayUrl, key.note.address)
}
}
// loads threading that is event-based