Room: remove bestName and use displayName instead of name where it makes sense
This commit is contained in:
parent
d59f59e9f6
commit
2dcd94076f
9 changed files with 26 additions and 36 deletions
|
|
@ -105,7 +105,7 @@ private suspend fun MatrixClient.leaveRoom(
|
|||
room.leave().onSuccess {
|
||||
roomMembershipObserver.notifyUserLeftRoom(room.roomId)
|
||||
}.onFailure {
|
||||
Timber.e(it, "Error while leaving room ${room.name} - ${room.roomId}")
|
||||
Timber.e(it, "Error while leaving room ${room.displayName} - ${room.roomId}")
|
||||
error.value = LeaveRoomState.Error.Shown
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue