fix(EventTile): updated comment

pull/21833/head
Arsh Sharma 2020-11-27 14:13:42 +05:30
parent 8386e50240
commit cb3b8b6c77
1 changed files with 2 additions and 1 deletions

View File

@ -747,7 +747,8 @@ 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 shown
// so that the correct avatar is shown as the text is
// `$target accepted the invitation for $email`
if (this.props.mxEvent.getContent().third_party_invite) {
member = this.props.mxEvent.target;
} else {