Merge pull request #5843 from matrix-org/t3chguy/fix/16896

User Info hide disambiguation as we always show MXID anyway
pull/21833/head
Michael Telatynski 2021-04-12 14:49:19 +01:00 committed by GitHub
commit 187eef4f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1494,7 +1494,7 @@ const UserInfoHeader: React.FC<{
e2eIcon = <E2EIcon size={18} status={e2eStatus} isUser={true} />;
}
const displayName = member.name || member.displayname;
const displayName = member.rawDisplayName || member.displayname;
return <React.Fragment>
{ avatarElement }