Skip to content

Commit

Permalink
Enable PNP feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed Feb 5, 2024
1 parent 9fd003f commit 1faff67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ public static String clientExpiration() {
* IMPORTANT: This is under active development. Enabling this *will* break your contacts in terrible, irreversible ways.
*/
public static boolean phoneNumberPrivacy() {
return getBoolean(PHONE_NUMBER_PRIVACY, false);
return true;
}

/**
Expand Down

0 comments on commit 1faff67

Please sign in to comment.