Add active call icon to room list summaries (#1792)

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
This commit is contained in:
Jorge Martin Espinosa 2023-11-13 16:35:11 +01:00 committed by GitHub
parent 58e05d139c
commit d648f85d75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 71 additions and 51 deletions

View file

@ -44,4 +44,5 @@ data class RoomSummaryDetails(
val unreadNotificationCount: Int,
val inviter: RoomMember? = null,
val notificationMode: RoomNotificationMode? = null,
val hasOngoingCall: Boolean = false,
)