ContactsTableViewController: refresh the matrix ids in the local contacts when view will appear.

This commit is contained in:
giomfo
2017-01-23 18:40:30 +01:00
parent ee17067d91
commit ca918d1d00
4 changed files with 31 additions and 20 deletions
@@ -916,7 +916,7 @@
MXInvite3PID *invite3PID = [[MXInvite3PID alloc] init];
invite3PID.identityServer = identityServer;
invite3PID.medium = @"email";
invite3PID.medium = kMX3PIDMediumEmail;
invite3PID.address = participantId;
invite3PIDArray = @[invite3PID];