Merge branch 'develop' into feature/fga/image_loading
This commit is contained in:
+4
@@ -85,4 +85,8 @@ interface MatrixRoom : Closeable {
|
||||
suspend fun acceptInvitation(): Result<Unit>
|
||||
|
||||
suspend fun rejectInvitation(): Result<Unit>
|
||||
|
||||
suspend fun inviteUserById(id: UserId): Result<Unit>
|
||||
|
||||
suspend fun canInvite(): Result<Boolean>
|
||||
}
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user