Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6723 from SimonBrandner/fix/fallback-user-image-view
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Sep 1, 2021
2 parents 34e9443 + 3872398 commit f19030b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/views/elements/ImageView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ export default class ImageView extends React.Component<IProps, IState> {
const avatar = (
<MemberAvatar
member={mxEvent.sender}
fallbackUserId={mxEvent.getSender()}
width={32}
height={32}
viewUserOnClick={true}
Expand Down

0 comments on commit f19030b

Please sign in to comment.