Skip to content

Commit 3870731

Browse files
authored
Retire UpdateGambiaPniMappingsCommand
1 parent 8eb2f5c commit 3870731

3 files changed

Lines changed: 0 additions & 257 deletions

File tree

service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@
347347
import org.whispersystems.textsecuregcm.workers.TrimOversizedFoundationDbMessageQueuesCommand;
348348
import org.whispersystems.textsecuregcm.workers.UnlinkDeviceCommand;
349349
import org.whispersystems.textsecuregcm.workers.UnlinkDevicesWithIdlePrimaryCommand;
350-
import org.whispersystems.textsecuregcm.workers.UpdateGambiaPniMappingsCommand;
351350
import org.whispersystems.textsecuregcm.workers.ZkParamsCommand;
352351
import org.whispersystems.websocket.WebSocketResourceProviderFactory;
353352
import org.whispersystems.websocket.setup.WebSocketEnvironment;
@@ -414,8 +413,6 @@ public void initialize(final Bootstrap<WhisperServerConfiguration> bootstrap) {
414413

415414
bootstrap.addCommand(new RegenerateSecondaryDynamoDbTableDataCommand());
416415

417-
bootstrap.addCommand(new UpdateGambiaPniMappingsCommand());
418-
419416
ServiceLoader.load(SpamFilter.class)
420417
.stream()
421418
.map(ServiceLoader.Provider::get)

service/src/main/java/org/whispersystems/textsecuregcm/workers/UpdateGambiaPniMappingsCommand.java

Lines changed: 0 additions & 43 deletions
This file was deleted.

service/src/test/java/org/whispersystems/textsecuregcm/workers/UpdateGambiaPniMappingsCommandTest.java

Lines changed: 0 additions & 211 deletions
This file was deleted.

0 commit comments

Comments
 (0)