Fix typo and preview

This commit is contained in:
David Langley 2023-10-19 16:57:35 +01:00
parent 7505ac8eda
commit f1cf9b6e31
2 changed files with 2 additions and 1 deletions

View file

@ -47,5 +47,6 @@ private fun aRoomSummary() = RoomSummary.Filled(
lastMessage = null,
lastMessageTimestamp = null,
unreadNotificationCount = 0,
notificationMode = RoomNotificationMode.MENTIONS_AND_KEYWORDS_ONLY,
)
)