From 2819c7efcf60501f3ab911fc5cc269497082659d Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Mon, 6 Feb 2023 14:34:44 -0500 Subject: [PATCH] Shipping Amethyst with Paid relays for Global and Public Chats. --- .../java/com/vitorpamplona/amethyst/service/relays/Constants.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/vitorpamplona/amethyst/service/relays/Constants.kt b/app/src/main/java/com/vitorpamplona/amethyst/service/relays/Constants.kt index 611aaa015..a33183af2 100644 --- a/app/src/main/java/com/vitorpamplona/amethyst/service/relays/Constants.kt +++ b/app/src/main/java/com/vitorpamplona/amethyst/service/relays/Constants.kt @@ -3,7 +3,7 @@ package com.vitorpamplona.amethyst.service.relays import com.vitorpamplona.amethyst.ui.actions.NewRelayListViewModel object Constants { - val activeTypes = setOf(FeedType.FOLLOWS, FeedType.PUBLIC_CHATS, FeedType.PRIVATE_DMS) + val activeTypes = setOf(FeedType.FOLLOWS, FeedType.PRIVATE_DMS) val activeTypesGlobal = setOf(FeedType.FOLLOWS, FeedType.PUBLIC_CHATS, FeedType.PRIVATE_DMS, FeedType.GLOBAL) fun convertDefaultRelays(): Array {