Merge remote-tracking branch 'origin/privacy' into riot_2604

This commit is contained in:
manuroe
2019-09-23 16:52:06 +02:00
6 changed files with 46 additions and 5 deletions
@@ -3796,6 +3796,8 @@ SettingsIdentityServerCoordinatorBridgePresenterDelegate>
}];
} failure:^(NSError *error) {
[self stopActivityIndicator];
// Notify user
NSString *myUserId = session.myUser.userId; // TODO: Hanlde multi-account
[[NSNotificationCenter defaultCenter] postNotificationName:kMXKErrorNotification object:error userInfo:myUserId ? @{kMXKErrorUserIdKey: myUserId} : nil];