feature(space): use SpaceRoom.displayName from sdk
This commit is contained in:
parent
d475d948d6
commit
44c6ce01dc
9 changed files with 11 additions and 33 deletions
|
|
@ -41,7 +41,7 @@ fun RoomInfo.toInviteData(): InviteData {
|
|||
fun SpaceRoom.toInviteData(): InviteData {
|
||||
return InviteData(
|
||||
roomId = roomId,
|
||||
roomName = name ?: roomId.value,
|
||||
roomName = displayName,
|
||||
isDm = false,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue