Prevent safety number changes during quick restore flow.

This commit is contained in:
Cody Henthorne
2025-05-20 15:14:29 -04:00
committed by GitHub
parent 58e462de06
commit 14dbaa7d05
8 changed files with 82 additions and 4 deletions

View File

@@ -28,4 +28,8 @@ message RegistrationProvisionMessage {
optional Tier tier = 7;
optional uint64 backupSizeBytes = 8;
string restoreMethodToken = 9;
bytes aciIdentityKeyPublic = 10;
bytes aciIdentityKeyPrivate = 11;
bytes pniIdentityKeyPublic = 12;
bytes pniIdentityKeyPrivate = 13;
}