You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Always update cross-signing status even if error
This commit is contained in:
@@ -62,10 +62,10 @@ export default class CrossSigningPanel extends React.PureComponent {
|
||||
}
|
||||
},
|
||||
});
|
||||
this.setState(this._getUpdatedStatus());
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
}
|
||||
this.setState(this._getUpdatedStatus());
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user