Message queuing : remove LocalEventSendState.Canceled
This commit is contained in:
parent
53a1cb5a3c
commit
4d8810a55a
2 changed files with 0 additions and 2 deletions
|
|
@ -22,7 +22,6 @@ import io.element.android.libraries.matrix.api.core.EventId
|
|||
@Immutable
|
||||
sealed interface LocalEventSendState {
|
||||
data object NotSentYet : LocalEventSendState
|
||||
data object Canceled : LocalEventSendState
|
||||
|
||||
data class SendingFailed(
|
||||
val error: String
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue