Change type of items in alternativeAliases from String to RoomAlias
This commit is contained in:
parent
56ac755b62
commit
7903223585
3 changed files with 3 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ data class MatrixRoomInfo(
|
|||
val isTombstoned: Boolean,
|
||||
val isFavorite: Boolean,
|
||||
val canonicalAlias: RoomAlias?,
|
||||
val alternativeAliases: ImmutableList<String>,
|
||||
val alternativeAliases: ImmutableList<RoomAlias>,
|
||||
val currentUserMembership: CurrentUserMembership,
|
||||
val inviter: RoomMember?,
|
||||
val activeMembersCount: Long,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue