Configurable safety number blocking enabled by default

// FREEBIE
pull/1/head
Michael Kirk 9 years ago
parent 60a39f93c6
commit e53422f765

@ -25,7 +25,7 @@ NSString *const TSPrivacyPreferencesSingletonKey = @"TSPrivacyPreferences";
- (instancetype)initDefault - (instancetype)initDefault
{ {
return [self initWithShouldBlockOnIdentityChange:NO]; return [self initWithShouldBlockOnIdentityChange:YES];
} }
- (instancetype)initWithShouldBlockOnIdentityChange:(BOOL)shouldBlockOnIdentityChange - (instancetype)initWithShouldBlockOnIdentityChange:(BOOL)shouldBlockOnIdentityChange

Loading…
Cancel
Save