Update dependency org.matrix.rustcomponents:sdk-android to v0.1.15 (#444)

Co-authored-by: Chris Smith <csmith@lunarian.uk>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-05-23 09:51:02 +00:00 committed by GitHub
parent 587d0e7a14
commit 91f77772bc
5 changed files with 7 additions and 7 deletions

View file

@ -19,7 +19,7 @@ package io.element.android.libraries.matrix.api.timeline.item.event
import io.element.android.libraries.matrix.api.core.EventId
sealed interface EventSendState {
object NotSendYet : EventSendState
object NotSentYet : EventSendState
data class SendingFailed(
val error: String