mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-21 19:30:47 +02:00
Removes common mistakes from the outbox list from follows
This commit is contained in:
@@ -56,7 +56,13 @@ class OutboxRelayLoader {
|
||||
?: Constants.eventFinderRelays
|
||||
|
||||
relays.forEach {
|
||||
add(it, authorHex)
|
||||
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)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user