Make Outgoing stable
This commit is contained in:
parent
d1e5a10203
commit
c494cb952a
1 changed files with 2 additions and 0 deletions
|
|
@ -8,10 +8,12 @@
|
|||
package io.element.android.libraries.matrix.api.verification
|
||||
|
||||
import android.os.Parcelable
|
||||
import androidx.compose.runtime.Immutable
|
||||
import io.element.android.libraries.matrix.api.core.UserId
|
||||
import kotlinx.parcelize.Parcelize
|
||||
|
||||
sealed interface VerificationRequest : Parcelable {
|
||||
@Immutable
|
||||
sealed interface Outgoing : VerificationRequest {
|
||||
@Parcelize
|
||||
data object CurrentSession : Outgoing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue