Room: remove bestName and use displayName instead of name where it makes sense
This commit is contained in:
@@ -130,11 +130,6 @@ class RustMatrixRoom(
|
||||
return roomListItem.name()
|
||||
}
|
||||
|
||||
override val bestName: String
|
||||
get() {
|
||||
return name?.takeIf { it.isNotEmpty() } ?: innerRoom.id()
|
||||
}
|
||||
|
||||
override val displayName: String
|
||||
get() {
|
||||
return innerRoom.displayName()
|
||||
|
||||
Reference in New Issue
Block a user