Remove RoomSummaryDetails.lastMessageTimestamp and replace by a getter on lastMessage
This commit is contained in:
parent
0e57fbf352
commit
371aec4427
8 changed files with 3 additions and 16 deletions
|
|
@ -101,7 +101,6 @@ internal fun SelectedRoomPreview() = ElementPreview {
|
|||
isDirect = true,
|
||||
avatarUrl = null,
|
||||
lastMessage = null,
|
||||
lastMessageTimestamp = null,
|
||||
unreadNotificationCount = 0,
|
||||
inviter = null,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue