1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

copy for verification screen

This commit is contained in:
Zoe
2020-01-30 16:11:05 +00:00
parent 9f5f15d1d3
commit 4a3ea30e52
4 changed files with 20 additions and 7 deletions

View File

@ -233,6 +233,7 @@ export default class DeviceVerifyDialog extends React.Component {
sas={this._showSasEvent.sas}
onCancel={this._onCancelClick}
onDone={this._onSasMatchesClick}
isSelf={MatrixClientPeg.get().getUserId() === this.props.userId}
/>;
}