mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-03-01 06:07:37 +00:00
Ensure that inbound messages mark threads as active.
This commit is contained in:
@@ -1092,6 +1092,8 @@ open class MessageTable(context: Context?, databaseHelper: SignalDatabase) : Dat
|
||||
return Optional.empty()
|
||||
}
|
||||
|
||||
threads.markAsActiveEarly(threadId)
|
||||
|
||||
if (!silent) {
|
||||
ThreadUpdateJob.enqueue(threadId)
|
||||
TrimThreadJob.enqueueAsync(threadId)
|
||||
|
||||
Reference in New Issue
Block a user