Make blocking SN changes the default for now

// FREEBIE
This commit is contained in:
Moxie Marlinspike
2016-11-14 13:36:48 -08:00
parent fd0acf4e00
commit c5bf84cf9c
3 changed files with 7 additions and 7 deletions

View File

@@ -115,7 +115,7 @@ public class TextSecurePreferences {
}
public static boolean isBlockingIdentityUpdates(Context context) {
return getBooleanPreference(context, BLOCKING_IDENTITY_CHANGES_PREF, false);
return getBooleanPreference(context, BLOCKING_IDENTITY_CHANGES_PREF, true);
}
public static void setBlockingIdentityUpdates(Context context, boolean value) {