Privacy: Remove the bind true flag from 3PID adds in settings

#2650
This commit is contained in:
manuroe
2019-08-29 11:20:41 +02:00
parent 1308f29959
commit 6588f269fe
2 changed files with 5 additions and 4 deletions

View File

@@ -700,8 +700,8 @@ SingleImagePickerPresenterDelegate>
typeof(self) self = weakSelf;
self->is3PIDBindingInProgress = YES;
// We always bind emails when registering, so let's do the same here
[threePID add3PIDToUser:YES success:^{
// We do not bind anymore emails when registering, so let's do the same here
[threePID add3PIDToUser:NO success:^{
if (weakSelf)
{
@@ -823,8 +823,8 @@ SingleImagePickerPresenterDelegate>
[threePID submitValidationToken:smsCode success:^{
// We always bind the phone numbers when registering, so let's do the same here
[threePID add3PIDToUser:YES success:^{
// We do not bind anymore the phone numbers when registering, so let's do the same here
[threePID add3PIDToUser:NO success:^{
if (weakSelf)
{