Update dependency org.matrix.rustcomponents:sdk-android to v0.2.33 (#3220)

* Update dependency org.matrix.rustcomponents:sdk-android to v0.2.33

* Fix API breaks

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
renovate[bot] 2024-07-19 13:33:27 +02:00 committed by GitHub
parent 63df35e071
commit 05e56e1ebc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 12 additions and 47 deletions

View file

@ -110,8 +110,6 @@ interface MatrixRoom : Closeable {
suspend fun subscribeToSync()
suspend fun unsubscribeFromSync()
suspend fun powerLevels(): Result<MatrixRoomPowerLevels>
suspend fun updatePowerLevels(matrixRoomPowerLevels: MatrixRoomPowerLevels): Result<Unit>