Add MatrixRoomInfo.rawName.
This commit is contained in:
parent
0b9724af84
commit
12ad232ea8
3 changed files with 6 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ class MatrixRoomInfoMapper(
|
|||
return MatrixRoomInfo(
|
||||
id = RoomId(it.id),
|
||||
name = it.displayName,
|
||||
rawName = it.rawName,
|
||||
topic = it.topic,
|
||||
avatarUrl = it.avatarUrl,
|
||||
isDirect = it.isDirect,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue