mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-06-21 07:20:59 +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
|
return codedList
|
||||||
}
|
}
|
||||||
|
|
||||||
val GLOBAL_FOLLOWS = " Global "
|
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 "
|
val KIND3_FOLLOWS = " All Follows " // This has spaces to avoid mixing with a potential NIP-51 list with the same name.
|
||||||
|
|
||||||
@OptIn(DelicateCoroutinesApi::class)
|
@OptIn(DelicateCoroutinesApi::class)
|
||||||
@Stable
|
@Stable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user