mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 00:48:38 +01:00
Preserve backupCredentialRequest across rereg
This commit is contained in:
committed by
ravi-signal
parent
6fcb2ab5dd
commit
075a08884b
@@ -304,6 +304,11 @@ public class Accounts extends AbstractDynamoDbStore {
|
||||
|
||||
accountToCreate.setVersion(existingAccount.getVersion());
|
||||
|
||||
// Carry over the old backup id commitment. If the new account claimer cannot does not have the secret used to
|
||||
// generate their backup-id, this credential is useless, however if they can produce the same credential they
|
||||
// won't be rate-limited for setting their backup-id.
|
||||
accountToCreate.setBackupCredentialRequest(existingAccount.getBackupCredentialRequest());
|
||||
|
||||
final List<TransactWriteItem> writeItems = new ArrayList<>();
|
||||
|
||||
// If we're reclaiming an account that already has a username, we'd like to give the re-registering client
|
||||
|
||||
Reference in New Issue
Block a user