mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
MESSENGER-5208 and 5220 us09 and us04
This commit is contained in:
@@ -1083,6 +1083,15 @@
|
||||
|
||||
if (contact)
|
||||
{
|
||||
// BWI: 5208
|
||||
if (BWIBuildSettings.shared.isFederationEnabled && self.mxRoom.mxSession && self.mxRoom.mxSession.myUserId)
|
||||
{
|
||||
NSArray *myUserIdComponents = [self.mxRoom.mxSession.myUserId componentsSeparatedByString:@":"];
|
||||
if (myUserIdComponents.count == 2)
|
||||
{
|
||||
[contact checkFederation:[myUserIdComponents objectAtIndex:1]];
|
||||
}
|
||||
}
|
||||
[participantCell render:contact];
|
||||
|
||||
if (contact.mxMember)
|
||||
|
||||
Reference in New Issue
Block a user