1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

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

This commit is contained in:
Bruno Windels
2020-02-25 13:27:19 +01:00
parent b0c87b0eaf
commit bd584ab236

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);
}