mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Feature/2099 personal state
This commit is contained in:
@@ -1114,6 +1114,12 @@
|
||||
|
||||
participantCell.powerLevelLabel.text = contact.bwiUserLabel;
|
||||
}
|
||||
|
||||
if (BuildSettings.bwiPersonalState && contact.mxMember.userId) {
|
||||
MXUser *user = [self.mxRoom.mxSession userWithUserId:contact.mxMember.userId];
|
||||
participantCell.contactInformationLabel.text = user.displayname;
|
||||
participantCell.contactInformationLabel.hidden = user.displayname.length > 0;
|
||||
}
|
||||
}
|
||||
cell = participantCell;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user