Skip to content

Commit 6c3cfc8

Browse files
committed
retire /v1/config
It's been supplanted by /v2/config for all clients beyond the 90-day window. We still have [some traffic](https://signal.grafana.net/goto/bf5tjk346v1moa?orgId=1) but it's all from expired/third-party clients (note the lack of a recognized version number in the client-version tag).
1 parent 389d44f commit 6c3cfc8

File tree

3 files changed

+0
-347
lines changed

3 files changed

+0
-347
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@
125125
import org.whispersystems.textsecuregcm.controllers.ProvisioningController;
126126
import org.whispersystems.textsecuregcm.controllers.RegistrationController;
127127
import org.whispersystems.textsecuregcm.controllers.RemoteConfigController;
128-
import org.whispersystems.textsecuregcm.controllers.RemoteConfigControllerV1;
129128
import org.whispersystems.textsecuregcm.controllers.SecureStorageController;
130129
import org.whispersystems.textsecuregcm.controllers.SecureValueRecovery2Controller;
131130
import org.whispersystems.textsecuregcm.controllers.StickerController;
@@ -1097,7 +1096,6 @@ public void run(WhisperServerConfiguration config, Environment environment) thro
10971096
new ProvisioningController(rateLimiters, provisioningManager),
10981097
new RegistrationController(accountsManager, phoneVerificationTokenManager, registrationLockVerificationManager,
10991098
rateLimiters),
1100-
new RemoteConfigControllerV1(remoteConfigsManager, config.getRemoteConfigConfiguration().globalConfig(), clock),
11011099
new RemoteConfigController(remoteConfigsManager, config.getRemoteConfigConfiguration().globalConfig(), clock),
11021100
new SecureStorageController(storageCredentialsGenerator),
11031101
new SecureValueRecovery2Controller(svr2CredentialsGenerator, accountsManager),

service/src/main/java/org/whispersystems/textsecuregcm/controllers/RemoteConfigControllerV1.java

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

service/src/test/java/org/whispersystems/textsecuregcm/controllers/RemoteConfigControllerV1Test.java

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

0 commit comments

Comments
 (0)