Update rust sdk to 0.1.34

This commit is contained in:
ganfra 2023-07-18 20:12:51 +02:00
parent 7cefff8610
commit 614f97543e
4 changed files with 7 additions and 15 deletions

View file

@ -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>