|
108 | 108 | import org.whispersystems.textsecuregcm.controllers.AccountController;
|
109 | 109 | import org.whispersystems.textsecuregcm.controllers.AccountControllerV2;
|
110 | 110 | import org.whispersystems.textsecuregcm.controllers.ArchiveController;
|
111 |
| -import org.whispersystems.textsecuregcm.controllers.ArtController; |
112 | 111 | import org.whispersystems.textsecuregcm.controllers.AttachmentControllerV4;
|
113 | 112 | import org.whispersystems.textsecuregcm.controllers.CallLinkController;
|
114 | 113 | import org.whispersystems.textsecuregcm.controllers.CallRoutingController;
|
|
214 | 213 | import org.whispersystems.textsecuregcm.storage.AccountPrincipalSupplier;
|
215 | 214 | import org.whispersystems.textsecuregcm.storage.Accounts;
|
216 | 215 | import org.whispersystems.textsecuregcm.storage.AccountsManager;
|
217 |
| -import org.whispersystems.textsecuregcm.storage.devicecheck.AppleDeviceCheckManager; |
218 |
| -import org.whispersystems.textsecuregcm.storage.devicecheck.AppleDeviceCheckTrustAnchor; |
219 |
| -import org.whispersystems.textsecuregcm.storage.devicecheck.AppleDeviceChecks; |
220 | 216 | import org.whispersystems.textsecuregcm.storage.ChangeNumberManager;
|
221 | 217 | import org.whispersystems.textsecuregcm.storage.ClientPublicKeys;
|
222 | 218 | import org.whispersystems.textsecuregcm.storage.ClientPublicKeysManager;
|
|
244 | 240 | import org.whispersystems.textsecuregcm.storage.Subscriptions;
|
245 | 241 | import org.whispersystems.textsecuregcm.storage.VerificationSessionManager;
|
246 | 242 | import org.whispersystems.textsecuregcm.storage.VerificationSessions;
|
| 243 | +import org.whispersystems.textsecuregcm.storage.devicecheck.AppleDeviceCheckManager; |
| 244 | +import org.whispersystems.textsecuregcm.storage.devicecheck.AppleDeviceCheckTrustAnchor; |
| 245 | +import org.whispersystems.textsecuregcm.storage.devicecheck.AppleDeviceChecks; |
247 | 246 | import org.whispersystems.textsecuregcm.subscriptions.AppleAppStoreManager;
|
248 | 247 | import org.whispersystems.textsecuregcm.subscriptions.BankMandateTranslator;
|
249 | 248 | import org.whispersystems.textsecuregcm.subscriptions.BraintreeManager;
|
@@ -582,8 +581,6 @@ public void run(WhisperServerConfiguration config, Environment environment) thro
|
582 | 581 | config.getSecureStorageServiceConfiguration());
|
583 | 582 | ExternalServiceCredentialsGenerator paymentsCredentialsGenerator = PaymentsController.credentialsGenerator(
|
584 | 583 | config.getPaymentsServiceConfiguration());
|
585 |
| - ExternalServiceCredentialsGenerator artCredentialsGenerator = ArtController.credentialsGenerator( |
586 |
| - config.getArtServiceConfiguration()); |
587 | 584 | ExternalServiceCredentialsGenerator svr2CredentialsGenerator = SecureValueRecovery2Controller.credentialsGenerator(
|
588 | 585 | config.getSvr2Configuration());
|
589 | 586 |
|
@@ -1101,7 +1098,6 @@ protected void configureServer(final ServerBuilder<?> serverBuilder) {
|
1101 | 1098 | usernameHashZkProofVerifier),
|
1102 | 1099 | new AccountControllerV2(accountsManager, changeNumberManager, phoneVerificationTokenManager,
|
1103 | 1100 | registrationLockVerificationManager, rateLimiters),
|
1104 |
| - new ArtController(rateLimiters, artCredentialsGenerator), |
1105 | 1101 | new AttachmentControllerV4(rateLimiters, gcsAttachmentGenerator, tusAttachmentGenerator,
|
1106 | 1102 | experimentEnrollmentManager),
|
1107 | 1103 | new ArchiveController(backupAuthManager, backupManager),
|
|
0 commit comments