mirror of
https://github.com/oxen-io/session-android.git
synced 2025-05-17 14:48:16 +00:00
fix: maybe requires update thread no matter what
This commit is contained in:
parent
53b79a0ebb
commit
21e747ee99
@ -222,8 +222,8 @@ class BatchMessageReceiveJob(
|
||||
}
|
||||
if (newLastSeen > 0) {
|
||||
storage.markConversationAsRead(threadId, newLastSeen, force = true)
|
||||
storage.updateThread(threadId, true)
|
||||
}
|
||||
storage.updateThread(threadId, true)
|
||||
SSKEnvironment.shared.notificationManager.updateNotification(context, threadId)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user