mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-20 22:11:34 +02:00
pass isSelf flag to sas component
This commit is contained in:
parent
6bb6885578
commit
2ee780caa2
@ -275,6 +275,7 @@ export default class VerificationPanel extends React.PureComponent {
|
|||||||
onCancel={this._onSasMismatchesClick}
|
onCancel={this._onSasMismatchesClick}
|
||||||
onDone={this._onSasMatchesClick}
|
onDone={this._onSasMatchesClick}
|
||||||
inDialog={this.props.inDialog}
|
inDialog={this.props.inDialog}
|
||||||
|
isSelf={request.isSelfVerification}
|
||||||
/> : <Spinner />;
|
/> : <Spinner />;
|
||||||
return <div className="mx_UserInfo_container">
|
return <div className="mx_UserInfo_container">
|
||||||
<h3>{_t("Compare emoji")}</h3>
|
<h3>{_t("Compare emoji")}</h3>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user