Ignore too generic exceptions (temporary code).
This commit is contained in:
parent
d67a9da112
commit
70f7bf7e8d
1 changed files with 2 additions and 0 deletions
|
|
@ -464,6 +464,7 @@ class RustMatrixClient(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Suppress("TooGenericExceptionThrown")
|
||||||
override suspend fun resolveRoomAlias(roomAlias: RoomAlias): Result<RoomId> = withContext(sessionDispatcher) {
|
override suspend fun resolveRoomAlias(roomAlias: RoomAlias): Result<RoomId> = withContext(sessionDispatcher) {
|
||||||
runCatching {
|
runCatching {
|
||||||
// TODO Waiting for SDK to be released
|
// TODO Waiting for SDK to be released
|
||||||
|
|
@ -472,6 +473,7 @@ class RustMatrixClient(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Suppress("TooGenericExceptionThrown")
|
||||||
override suspend fun getRoomPreview(roomIdOrAlias: RoomIdOrAlias): Result<RoomPreview> = withContext(sessionDispatcher) {
|
override suspend fun getRoomPreview(roomIdOrAlias: RoomIdOrAlias): Result<RoomPreview> = withContext(sessionDispatcher) {
|
||||||
runCatching {
|
runCatching {
|
||||||
// TODO Waiting for SDK to be released
|
// TODO Waiting for SDK to be released
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue