Merge pull request #2293 from element-hq/feature/bma/notificationCount
Iterate on notification badges
This commit is contained in:
commit
a7541be6bb
48 changed files with 138 additions and 150 deletions
|
|
@ -42,6 +42,7 @@ data class RoomSummaryDetails(
|
|||
val lastMessage: RoomMessage?,
|
||||
val numUnreadMessages: Int,
|
||||
val numUnreadMentions: Int,
|
||||
val numUnreadNotifications: Int,
|
||||
val inviter: RoomMember?,
|
||||
val userDefinedNotificationMode: RoomNotificationMode?,
|
||||
val hasRoomCall: Boolean,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue