mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-25 11:05:25 +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) {
|
if (newLastSeen > 0) {
|
||||||
storage.markConversationAsRead(threadId, newLastSeen, force = true)
|
storage.markConversationAsRead(threadId, newLastSeen, force = true)
|
||||||
storage.updateThread(threadId, true)
|
|
||||||
}
|
}
|
||||||
|
storage.updateThread(threadId, true)
|
||||||
SSKEnvironment.shared.notificationManager.updateNotification(context, threadId)
|
SSKEnvironment.shared.notificationManager.updateNotification(context, threadId)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user