Merge branch 'develop' into feature/bma/metro070

This commit is contained in:
Benoit Marty
2025-10-23 11:30:25 +02:00
committed by GitHub
46 changed files with 306 additions and 233 deletions

View File

@@ -286,7 +286,7 @@ class RustMatrixClient(
override suspend fun getUrl(url: String): Result<ByteArray> = withContext(sessionDispatcher) {
runCatchingExceptions {
innerClient.getUrl(url)
}
}.mapFailure { it.mapClientException() }
}
override suspend fun getRoom(roomId: RoomId): BaseRoom? = withContext(sessionDispatcher) {