mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 09:47:58 +01:00
Add excluded E164s configuration to pre-registration experiment
This commit is contained in:
@@ -47,6 +47,10 @@ public class ExperimentEnrollmentManager {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (config.getExcludedE164s().contains(e164)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
{
|
||||
final String countryCode = Util.getCountryCode(e164);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user