Update libsignal-client for CDSv2.

This commit is contained in:
Cody Henthorne
2022-08-10 11:06:21 -04:00
committed by GitHub
parent caf87def13
commit 36f1183d6c
5 changed files with 19 additions and 2309 deletions

View File

@@ -340,7 +340,7 @@ public final class FeatureFlags {
* 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) && Environment.IS_STAGING;
return getBoolean(PHONE_NUMBER_PRIVACY, false);
}
/** Whether to use the custom streaming muxer or built in android muxer. */