mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 03:40:56 +01:00
Fix identity key update failure when profile key verification failed.
This commit is contained in:
@@ -1241,7 +1241,7 @@ object BackupRepository {
|
||||
recipientSet
|
||||
}
|
||||
|
||||
RetrieveProfileJob.enqueue(recipientIds)
|
||||
RetrieveProfileJob.enqueue(recipientIds, skipDebounce = false)
|
||||
|
||||
AppDependencies.jobManager.add(CreateReleaseChannelJob.create())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user