removes the use of data classes to speed up comparisons.

This commit is contained in:
Vitor Pamplona 2024-03-23 17:15:38 -04:00
parent 8d70664cc1
commit 2c5e07de87

View File

@ -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(),