Skip to content

Commit 8c0fb6b

Browse files
committed
Enable PNP feature flag
1 parent b705149 commit 8c0fb6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/thoughtcrime/securesms/util/FeatureFlags.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ public static String clientExpiration() {
374374
* IMPORTANT: This is under active development. Enabling this *will* break your contacts in terrible, irreversible ways.
375375
*/
376376
public static boolean phoneNumberPrivacy() {
377-
return getBoolean(PHONE_NUMBER_PRIVACY, false);
377+
return true;
378378
}
379379

380380
/**

0 commit comments

Comments
 (0)