Make FollowSet stable. The class may be moved to another location.

This commit is contained in:
KotlinGeekDev
2024-10-30 13:31:37 +01:00
parent 7dec46f3fd
commit bc7d9eef9b
@@ -21,6 +21,7 @@
package com.vitorpamplona.quartz.events package com.vitorpamplona.quartz.events
import androidx.compose.runtime.Immutable import androidx.compose.runtime.Immutable
import androidx.compose.runtime.Stable
import com.vitorpamplona.quartz.encoders.HexKey import com.vitorpamplona.quartz.encoders.HexKey
import com.vitorpamplona.quartz.signers.NostrSigner import com.vitorpamplona.quartz.signers.NostrSigner
import com.vitorpamplona.quartz.utils.TimeUtils import com.vitorpamplona.quartz.utils.TimeUtils
@@ -76,6 +77,7 @@ class PeopleListEvent(
} }
} }
@Stable
class FollowSet( class FollowSet(
val isPrivate: Boolean, val isPrivate: Boolean,
val title: String, val title: String,