1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

pass isSelf flag to sas component

This commit is contained in:
Bruno Windels
2020-04-02 18:28:14 +02:00
parent 6bb6885578
commit 2ee780caa2

View File

@@ -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>