mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 19:16:40 +02:00
Removes common mistakes from the outbox list from follows
This commit is contained in:
@@ -56,11 +56,17 @@ class OutboxRelayLoader {
|
||||
?: Constants.eventFinderRelays
|
||||
|
||||
relays.forEach {
|
||||
if (!it.url.startsWith("wss://feeds.nostr.band") &&
|
||||
!it.url.startsWith("wss://filter.nostr.wine") &&
|
||||
!it.url.startsWith("wss://nwc.primal.net") &&
|
||||
!it.url.startsWith("wss://relay.getalby.com")
|
||||
) {
|
||||
add(it, authorHex)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fun <T> authorsPerRelaySnapshot(
|
||||
authors: Set<HexKey>,
|
||||
|
Reference in New Issue
Block a user