Restore-after-registration fixes.

This commit is contained in:
Nicholas Tinsley
2024-08-09 15:51:54 -04:00
committed by mtang-signal
parent fa7e4c9686
commit f296fcd716
6 changed files with 41 additions and 16 deletions

View File

@@ -516,10 +516,10 @@ message PaymentTombstone {
}
message LocalRegistrationMetadata {
bytes aciIdentityKey = 1;
bytes aciIdentityKeyPair = 1;
bytes aciSignedPreKey = 2;
bytes aciLastRestoreKyberPreKey = 3;
bytes pniIdentityKey = 4;
bytes pniIdentityKeyPair = 4;
bytes pniSignedPreKey = 5;
bytes pniLastRestoreKyberPreKey = 6;
string aci = 7;