Fix identity key update failure when profile key verification failed.

This commit is contained in:
Cody Henthorne
2025-08-01 13:31:29 -04:00
parent a60f3a26fb
commit e6e869e074
13 changed files with 79 additions and 32 deletions

View File

@@ -1241,7 +1241,7 @@ object BackupRepository {
recipientSet
}
RetrieveProfileJob.enqueue(recipientIds)
RetrieveProfileJob.enqueue(recipientIds, skipDebounce = false)
AppDependencies.jobManager.add(CreateReleaseChannelJob.create())