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
|
|
@ -277,7 +277,7 @@ private fun RoomPreviewInfo.toContentState(membershipDetails: RoomMembershipDeta
|
|||
private fun SpaceRoom.toContentState(): ContentState {
|
||||
return ContentState.Loaded(
|
||||
roomId = roomId,
|
||||
name = name,
|
||||
name = displayName,
|
||||
topic = topic,
|
||||
alias = canonicalAlias,
|
||||
numberOfMembers = numJoinedMembers.toLong(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue