Make Outgoing stable
This commit is contained in:
committed by
Benoit Marty
parent
f0cfe6a777
commit
2d9b034940
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user