Let PNP feature flag override CDS compat flag.
This commit is contained in:
parent
c82ed473fc
commit
4c3882689f
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ public final class FeatureFlags {
|
|||
|
||||
/** True if you should use CDS in compat mode (i.e. request ACI's even if you don't know the access key), otherwise false. */
|
||||
public static boolean cdsCompatMode() {
|
||||
return getBoolean(CDS_COMPAT_MODE, true);
|
||||
return !phoneNumberPrivacy() && getBoolean(CDS_COMPAT_MODE, true);
|
||||
}
|
||||
|
||||
/** True if the new conversation fragment should be used. */
|
||||
|
|
Loading…
Add table
Reference in a new issue