Change type of items in alternativeAliases from String to RoomAlias
This commit is contained in:
parent
33f8d2d013
commit
b842a53106
3 changed files with 3 additions and 3 deletions
|
|
@ -520,7 +520,7 @@ fun aRoomInfo(
|
|||
isTombstoned: Boolean = false,
|
||||
isFavorite: Boolean = false,
|
||||
canonicalAlias: RoomAlias? = null,
|
||||
alternativeAliases: List<String> = emptyList(),
|
||||
alternativeAliases: List<RoomAlias> = emptyList(),
|
||||
currentUserMembership: CurrentUserMembership = CurrentUserMembership.JOINED,
|
||||
inviter: RoomMember? = null,
|
||||
activeMembersCount: Long = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue