Change default to disabled for contact joined notifications.

This commit is contained in:
Evan Hahn
2022-08-02 14:36:29 -04:00
committed by Greyson Parrelli
parent 1eb253562b
commit 39d07c0081
@@ -538,7 +538,7 @@ public class TextSecurePreferences {
}
public static boolean isNewContactsNotificationEnabled(Context context) {
return getBooleanPreference(context, NEW_CONTACTS_NOTIFICATIONS, true);
return getBooleanPreference(context, NEW_CONTACTS_NOTIFICATIONS, false);
}
public static long getRatingLaterTimestamp(Context context) {