mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-26 12:06:44 +00:00
wip: maybe the volatile is being updated with 0 on batch message receive?
This commit is contained in:
@@ -229,7 +229,7 @@ class BatchMessageReceiveJob(
|
||||
if (!openGroupID.isNullOrEmpty()) {
|
||||
Log.d("Loki-DBG", "new-lastSeen for: $openGroupID is $currentLastSeen")
|
||||
}
|
||||
storage.markConversationAsRead(threadId, newLastSeen)
|
||||
storage.markConversationAsRead(threadId, newLastSeen, force = true)
|
||||
storage.updateThread(threadId, true)
|
||||
SSKEnvironment.shared.notificationManager.updateNotification(context, threadId)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user