Change type of items in activeRoomCallParticipants from String to UserId
This commit is contained in:
parent
b842a53106
commit
7626ace24c
3 changed files with 3 additions and 3 deletions
|
|
@ -531,7 +531,7 @@ fun aRoomInfo(
|
|||
userDefinedNotificationMode: RoomNotificationMode? = null,
|
||||
hasRoomCall: Boolean = false,
|
||||
userPowerLevels: ImmutableMap<UserId, Long> = persistentMapOf(),
|
||||
activeRoomCallParticipants: List<String> = emptyList(),
|
||||
activeRoomCallParticipants: List<UserId> = emptyList(),
|
||||
heroes: List<MatrixUser> = emptyList(),
|
||||
pinnedEventIds: List<EventId> = emptyList(),
|
||||
roomCreator: UserId? = null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue