mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Fix issue where media sent transcripts didn't trigger thread updates.
This commit is contained in:
@@ -2947,12 +2947,12 @@ open class MessageTable(context: Context?, databaseHelper: SignalDatabase) : Dat
|
||||
ApplicationDependencies.getDatabaseObserver().notifyStoryObservers(message.threadRecipient.id)
|
||||
}
|
||||
|
||||
notifyConversationListListeners()
|
||||
|
||||
if (!message.isIdentityVerified && !message.isIdentityDefault) {
|
||||
TrimThreadJob.enqueueAsync(threadId)
|
||||
ThreadUpdateJob.enqueue(threadId)
|
||||
}
|
||||
|
||||
TrimThreadJob.enqueueAsync(threadId)
|
||||
|
||||
return messageId
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user