mirror of
https://github.com/signalapp/Signal-Server
synced 2026-05-23 17:00:21 +01:00
Add post-registration change number waiting period
This commit is contained in:
@@ -1096,7 +1096,8 @@ public class WhisperServerService extends Application<WhisperServerConfiguration
|
||||
phoneNumberIdentifiers, registrationServiceClient, registrationRecoveryPasswordsManager, registrationRecoveryChecker);
|
||||
|
||||
final ChangeNumberManager changeNumberManager = new ChangeNumberManager(messageSender, accountsManager,
|
||||
phoneVerificationTokenManager, registrationLockVerificationManager, rateLimiters, Clock.systemUTC());
|
||||
phoneVerificationTokenManager, registrationLockVerificationManager, rateLimiters,
|
||||
config.getChangeNumber().postRegistrationWaitingPeriod(), Clock.systemUTC());
|
||||
|
||||
final List<Object> commonControllers = Lists.newArrayList(
|
||||
new AccountController(accountsManager, rateLimiters, registrationRecoveryPasswordsManager,
|
||||
|
||||
Reference in New Issue
Block a user