Add MatrixRoomInfo.rawName.

This commit is contained in:
Benoit Marty 2024-05-15 10:06:54 +02:00
parent 0b9724af84
commit 12ad232ea8
3 changed files with 6 additions and 0 deletions

View file

@ -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,