Remove RoomSummaryDetails.lastMessageTimestamp and replace by a getter on lastMessage

This commit is contained in:
Benoit Marty 2024-01-19 16:11:10 +01:00
parent be0da18a7b
commit 2c691d527b
8 changed files with 3 additions and 16 deletions

View file

@ -55,7 +55,6 @@ private fun aRoomSummary() = RoomSummary.Filled(
avatarUrl = null,
isDirect = false,
lastMessage = null,
lastMessageTimestamp = null,
unreadNotificationCount = 0,
notificationMode = RoomNotificationMode.MENTIONS_AND_KEYWORDS_ONLY,
)