Change type of items in activeRoomCallParticipants from String to UserId
This commit is contained in:
parent
7903223585
commit
97f0b65c03
3 changed files with 3 additions and 3 deletions
|
|
@ -42,7 +42,7 @@ data class MatrixRoomInfo(
|
|||
val notificationCount: Long,
|
||||
val userDefinedNotificationMode: RoomNotificationMode?,
|
||||
val hasRoomCall: Boolean,
|
||||
val activeRoomCallParticipants: ImmutableList<String>,
|
||||
val activeRoomCallParticipants: ImmutableList<UserId>,
|
||||
val heroes: ImmutableList<MatrixUser>,
|
||||
val pinnedEventIds: ImmutableList<EventId>,
|
||||
val creator: UserId?,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue