mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 11:27:21 +01:00
Fixes kind3 relay lists connecting with Search and Wallet connect types.
This commit is contained in:
@@ -56,7 +56,7 @@ class Relay(
|
||||
val url: String,
|
||||
val read: Boolean = true,
|
||||
val write: Boolean = true,
|
||||
val activeTypes: Set<FeedType> = FeedType.values().toSet(),
|
||||
val activeTypes: Set<FeedType>,
|
||||
) {
|
||||
companion object {
|
||||
// waits 3 minutes to reconnect once things fail
|
||||
|
||||
Reference in New Issue
Block a user