mirror of https://github.com/vector-im/riot-web
fix(EventTile): commited suggestions
parent
5e239690da
commit
8386e50240
|
@ -747,7 +747,7 @@ export default class EventTile extends React.Component {
|
|||
if (this.props.mxEvent.sender && avatarSize) {
|
||||
let member;
|
||||
// set member to receiver (target) if it is a 3PID invite
|
||||
// so that the correct avatar is show
|
||||
// so that the correct avatar is shown
|
||||
if (this.props.mxEvent.getContent().third_party_invite) {
|
||||
member = this.props.mxEvent.target;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue