Add active call icon to room list summaries (#1792)
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
This commit is contained in:
parent
58e05d139c
commit
d648f85d75
33 changed files with 71 additions and 51 deletions
|
|
@ -44,4 +44,5 @@ data class RoomSummaryDetails(
|
|||
val unreadNotificationCount: Int,
|
||||
val inviter: RoomMember? = null,
|
||||
val notificationMode: RoomNotificationMode? = null,
|
||||
val hasOngoingCall: Boolean = false,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue