from verification tile, also don't wait to show right panel

pull/21833/head
Bruno Windels 2020-02-25 13:27:19 +01:00
parent b0c87b0eaf
commit bd584ab236
1 changed files with 1 additions and 1 deletions

View File

@ -62,8 +62,8 @@ export default class MKeyVerificationRequest extends React.Component {
const request = this.props.mxEvent.verificationRequest;
if (request) {
try {
await request.accept();
this._openRequest();
await request.accept();
} catch (err) {
console.error(err.message);
}