Merge remote-tracking branch 'origin/develop' into doug/4484_contacts_access

# Conflicts:
#	Riot/Modules/ServiceTerms/Modal/ServiceTermsModalCoordinatorBridgePresenter.swift
This commit is contained in:
Doug
2021-10-08 11:45:43 +01:00
107 changed files with 2783 additions and 224 deletions
@@ -1160,7 +1160,7 @@ TableViewSectionsDelegate>
// Ask password again
self->currentAlert = [UIAlertController alertControllerWithTitle:nil
message:[VectorL10n settingsAdd3pidPasswordMessage]
message:[VectorL10n settingsAdd3pidInvalidPasswordMessage]
preferredStyle:UIAlertControllerStyleAlert];
[self->currentAlert addAction:[UIAlertAction actionWithTitle:[VectorL10n retry] style:UIAlertActionStyleDefault handler:^(UIAlertAction * action) {
@@ -1384,7 +1384,7 @@ TableViewSectionsDelegate>
title = [VectorL10n settingsAdd3pidPasswordTitleEmail];
}
NSString *message = [VectorL10n settingsAdd3pidInvalidPasswordMessage];
NSString *message = [VectorL10n settingsAdd3pidPasswordMessage];
[session.matrixRestClient add3PIDOnlyWithSessionId:@"" clientSecret:[MXTools generateSecret] authParams:nil success:^{
@@ -4416,7 +4416,7 @@ TableViewSectionsDelegate>
}
#pragma mark - Identity Server updates
#pragma mark - Identity server updates
- (void)registerAccountDataDidChangeIdentityServerNotification
{
@@ -4532,7 +4532,7 @@ TableViewSectionsDelegate>
}];
}
#pragma mark - Identity Server
#pragma mark - Identity server
- (void)showIdentityServerSettingsScreen
{