From e53422f76582439ebd6b3fac54a3787c7e5c6a7b Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Mon, 14 Nov 2016 14:15:43 -0500 Subject: [PATCH] Configurable safety number blocking enabled by default // FREEBIE --- src/Account/TSPrivacyPreferences.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Account/TSPrivacyPreferences.m b/src/Account/TSPrivacyPreferences.m index 3be8d8621..635e8097a 100644 --- a/src/Account/TSPrivacyPreferences.m +++ b/src/Account/TSPrivacyPreferences.m @@ -25,7 +25,7 @@ NSString *const TSPrivacyPreferencesSingletonKey = @"TSPrivacyPreferences"; - (instancetype)initDefault { - return [self initWithShouldBlockOnIdentityChange:NO]; + return [self initWithShouldBlockOnIdentityChange:YES]; } - (instancetype)initWithShouldBlockOnIdentityChange:(BOOL)shouldBlockOnIdentityChange