mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
ContactsTableViewController: refresh the matrix ids in the local contacts when view will appear.
This commit is contained in:
@@ -916,7 +916,7 @@
|
||||
|
||||
MXInvite3PID *invite3PID = [[MXInvite3PID alloc] init];
|
||||
invite3PID.identityServer = identityServer;
|
||||
invite3PID.medium = @"email";
|
||||
invite3PID.medium = kMX3PIDMediumEmail;
|
||||
invite3PID.address = participantId;
|
||||
|
||||
invite3PIDArray = @[invite3PID];
|
||||
|
||||
Reference in New Issue
Block a user