Revert "Use a phased enrollment strategy for the pnp compatibility flag"

This reverts commit 3e12a8780d.
This commit is contained in:
Jon Chambers
2024-02-18 19:48:33 -05:00
committed by Jon Chambers
parent 0329184c94
commit 8c55f39cdf
7 changed files with 21 additions and 31 deletions

View File

@@ -901,7 +901,6 @@ public class WhisperServerService extends Application<WhisperServerConfiguration
dynamicConfigurationManager, zkSecretParams, spamChecker),
new PaymentsController(currencyManager, paymentsCredentialsGenerator),
new ProfileController(clock, rateLimiters, accountsManager, profilesManager, dynamicConfigurationManager,
experimentEnrollmentManager,
profileBadgeConverter, config.getBadges(), cdnS3Client, profileCdnPolicyGenerator, profileCdnPolicySigner,
config.getCdnConfiguration().bucket(), zkProfileOperations, batchIdentityCheckExecutor),
new ProvisioningController(rateLimiters, provisioningManager),