diff --git a/app/src/main/java/com/vitorpamplona/amethyst/model/Account.kt b/app/src/main/java/com/vitorpamplona/amethyst/model/Account.kt index d6e6e7193..36f032485 100644 --- a/app/src/main/java/com/vitorpamplona/amethyst/model/Account.kt +++ b/app/src/main/java/com/vitorpamplona/amethyst/model/Account.kt @@ -49,8 +49,8 @@ fun getLanguagesSpokenByUser(): Set { return codedList } -val GLOBAL_FOLLOWS = " Global " -val KIND3_FOLLOWS = " All Follows " +val GLOBAL_FOLLOWS = " Global " // This has spaces to avoid mixing with a potential NIP-51 list with the same name. +val KIND3_FOLLOWS = " All Follows " // This has spaces to avoid mixing with a potential NIP-51 list with the same name. @OptIn(DelicateCoroutinesApi::class) @Stable