Handle non-media attachments
This commit is contained in:
parent
01284ef8c6
commit
a0a604618c
3 changed files with 18 additions and 2 deletions
|
@ -936,7 +936,7 @@ export default class EventTile extends React.Component<IProps, IState> {
|
|||
avatar = (
|
||||
<div className="mx_EventTile_avatar">
|
||||
<MemberAvatar
|
||||
avatarSrc = {this.props.avatarSrc}
|
||||
avatarSrc={this.props.avatarSrc}
|
||||
member={member}
|
||||
width={avatarSize}
|
||||
height={avatarSize}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue