Room: remove bestName and use displayName instead of name where it makes sense

This commit is contained in:
ganfra 2023-07-05 12:01:51 +02:00
parent d59f59e9f6
commit 2dcd94076f
9 changed files with 26 additions and 36 deletions

View file

@ -35,7 +35,6 @@ interface MatrixRoom : Closeable {
val sessionId: SessionId
val roomId: RoomId
val name: String?
val bestName: String
val displayName: String
val alias: String?
val alternativeAliases: List<String>