mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-06-02 00:59:14 +02:00
Explanation on why the Global and All Follows code have spaces
This commit is contained in:
parent
eb59a9d505
commit
5d061a79e2
@ -49,8 +49,8 @@ fun getLanguagesSpokenByUser(): Set<String> {
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user