mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
Device Verification: MXUser.displayname and avatar can be nil
This commit is contained in:
+1
-1
@@ -147,7 +147,7 @@ final class DeviceVerificationIncomingViewController: UIViewController {
|
||||
avatarImageView.clipsToBounds = true
|
||||
}
|
||||
|
||||
self.userDisplaynameLabel.text = self.viewModel.userDisplayName
|
||||
self.userDisplaynameLabel.text = self.viewModel.userDisplayName ?? self.viewModel.userId
|
||||
self.deviceIdLabel.text = self.viewModel.deviceId
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user