mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 22:56:57 +02:00
Room member details: Failed to display member invited by email #133
For the moment, no details are available for member invited by email.
This commit is contained in:
@@ -867,7 +867,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
if (contact)
|
||||
if (contact.mxMember)
|
||||
{
|
||||
detailsViewController = [RoomMemberDetailsViewController roomMemberDetailsViewController];
|
||||
[detailsViewController displayRoomMember:contact.mxMember withMatrixRoom:self.mxRoom];
|
||||
|
||||
Reference in New Issue
Block a user