pass isSelf flag to sas component
This commit is contained in:
parent
6bb6885578
commit
2ee780caa2
1 changed files with 1 additions and 0 deletions
|
@ -275,6 +275,7 @@ export default class VerificationPanel extends React.PureComponent {
|
|||
onCancel={this._onSasMismatchesClick}
|
||||
onDone={this._onSasMatchesClick}
|
||||
inDialog={this.props.inDialog}
|
||||
isSelf={request.isSelfVerification}
|
||||
/> : <Spinner />;
|
||||
return <div className="mx_UserInfo_container">
|
||||
<h3>{_t("Compare emoji")}</h3>
|
||||
|
|
Loading…
Reference in a new issue