mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 09:56:00 +03:00
Update local unreadCount when marking chat as read
Change-Id: I12718de30fb36b701fe4d5e63ccae96e13b9e34c
This commit is contained in:
parent
d190cc9f0f
commit
3563e76432
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ internal class DefaultSetReadMarkersTask @Inject constructor(
|
|||
?: return@awaitTransaction
|
||||
roomSummary.notificationCount = 0
|
||||
roomSummary.highlightCount = 0
|
||||
roomSummary.unreadCount = 0
|
||||
roomSummary.hasUnreadMessages = false
|
||||
roomSummary.hasUnreadContentMessages = false
|
||||
roomSummary.hasUnreadOriginalContentMessages = false
|
||||
|
|
Loading…
Reference in a new issue