mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Fix identity key update failure when profile key verification failed.
This commit is contained in:
@@ -256,7 +256,7 @@ object DataMessageProcessor {
|
||||
if (SignalDatabase.recipients.setProfileKey(senderRecipient.id, messageProfileKey)) {
|
||||
log(timestamp, "Profile key on message from " + senderRecipient.id + " didn't match our local store. It has been updated.")
|
||||
SignalDatabase.runPostSuccessfulTransaction {
|
||||
RetrieveProfileJob.enqueue(senderRecipient.id)
|
||||
RetrieveProfileJob.enqueue(senderRecipient.id, skipDebounce = true)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user