removes the use of data classes to speed up comparisons.

pull/749/head
Vitor Pamplona 2024-03-23 17:15:38 -04:00
rodzic 8d70664cc1
commit 2c5e07de87
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -207,7 +207,7 @@ class Account(
val saveable: AccountLiveData = AccountLiveData(this)
@Immutable
data class LiveFollowLists(
class LiveFollowLists(
val users: ImmutableSet<String> = persistentSetOf(),
val hashtags: ImmutableSet<String> = persistentSetOf(),
val geotags: ImmutableSet<String> = persistentSetOf(),