Merge branch 'develop' into feature/fga/power_level
This commit is contained in:
+1
-1
@@ -21,5 +21,5 @@ import java.time.Duration
|
||||
data class AudioInfo(
|
||||
val duration: Duration?,
|
||||
val size: Long?,
|
||||
val mimeType: String?,
|
||||
val mimetype: String?,
|
||||
)
|
||||
|
||||
+1
-3
@@ -95,9 +95,7 @@ interface MatrixRoom : Closeable {
|
||||
|
||||
suspend fun leave(): Result<Unit>
|
||||
|
||||
suspend fun acceptInvitation(): Result<Unit>
|
||||
|
||||
suspend fun rejectInvitation(): Result<Unit>
|
||||
suspend fun join(): Result<Unit>
|
||||
|
||||
suspend fun inviteUserById(id: UserId): Result<Unit>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user