Fixes kind3 relay lists connecting with Search and Wallet connect types.

This commit is contained in:
Vitor Pamplona
2024-06-28 19:39:56 -04:00
parent 0df37d6694
commit 2230d1467c
4 changed files with 21 additions and 23 deletions

View File

@@ -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