fix: maybe requires update thread no matter what

This commit is contained in:
0x330a 2023-06-30 15:25:04 +10:00
parent 53b79a0ebb
commit 21e747ee99
No known key found for this signature in database
GPG Key ID: 267811D6E6A2698C

View File

@ -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)
}