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

Update for new name

This commit is contained in:
David Baker
2020-03-24 13:03:07 +00:00
parent 281bc09c9a
commit 5e1a46c656
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ export default class CrossSigningPanel extends React.PureComponent {
const secretStorageKeyInAccount = await secretStorage.hasKey();
const homeserverSupportsCrossSigning =
await cli.doesServerSupportUnstableFeature("org.matrix.e2e_cross_signing");
const crossSigningReady = await cli.crossSigningReady();
const crossSigningReady = await cli.isCrossSigningReady();
this.setState({
crossSigningPublicKeysOnDevice,