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

@ -41,6 +41,7 @@ class RoomSummaryDetailsFactory(private val roomMessageFactory: RoomMessageFacto
lastMessageTimestamp = latestRoomMessage?.originServerTs,
inviter = roomInfo.inviter?.let(RoomMemberMapper::map),
notificationMode = roomInfo.userDefinedNotificationMode?.let(RoomNotificationSettingsMapper::mapMode),
hasOngoingCall = roomInfo.hasRoomCall,
)
}
}