mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
MESSENGER-5208 and 5220 us09 and us04
This commit is contained in:
@@ -580,6 +580,16 @@
|
||||
contactCell = [[ContactTableViewCell alloc] init];
|
||||
}
|
||||
|
||||
// BWI: 5208
|
||||
if (BWIBuildSettings.shared.isFederationEnabled && self.mxSession && self.mxSession.myUser)
|
||||
{
|
||||
NSArray *myUserIdComponents = [self.mxSession.myUserId componentsSeparatedByString:@":"];
|
||||
if (myUserIdComponents.count == 2)
|
||||
{
|
||||
[contact checkFederation:[myUserIdComponents objectAtIndex:1]];
|
||||
}
|
||||
}
|
||||
|
||||
// Make the cell display the contact
|
||||
[contactCell render:contact];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user