Retire DeleteE164RegistrationRecoveryPasswordsCommand

This commit is contained in:
Jon Chambers
2024-11-25 22:37:24 -05:00
committed by Jon Chambers
parent c7e6ee7297
commit 916314233f
5 changed files with 0 additions and 214 deletions

View File

@@ -260,7 +260,6 @@ import org.whispersystems.textsecuregcm.workers.BackfillBeninPhoneNumberFormsCom
import org.whispersystems.textsecuregcm.workers.BackupMetricsCommand;
import org.whispersystems.textsecuregcm.workers.CertificateCommand;
import org.whispersystems.textsecuregcm.workers.CheckDynamicConfigurationCommand;
import org.whispersystems.textsecuregcm.workers.DeleteE164RegistrationRecoveryPasswordsCommand;
import org.whispersystems.textsecuregcm.workers.DeleteUserCommand;
import org.whispersystems.textsecuregcm.workers.IdleDeviceNotificationSchedulerFactory;
import org.whispersystems.textsecuregcm.workers.MessagePersisterServiceCommand;
@@ -332,7 +331,6 @@ public class WhisperServerService extends Application<WhisperServerConfiguration
"Processes scheduled jobs to send notifications to idle devices",
new IdleDeviceNotificationSchedulerFactory()));
bootstrap.addCommand(new DeleteE164RegistrationRecoveryPasswordsCommand());
bootstrap.addCommand(new BackfillBeninPhoneNumberFormsCommand());
}