Skip to content

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <[email protected]>
  • Loading branch information
t3chguy committed Nov 1, 2024
1 parent 4550068 commit 2e9adf2
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,6 @@ export default class CreateSecretStorageDialog extends React.PureComponent<IProp
if (this.state.canUploadKeysWithPasswordOnly === null) {
this.queryKeyUploadAuth();
}

const cli = MatrixClientPeg.safeGet();
cli.on(CryptoEvent.KeyBackupStatus, this.onKeyBackupStatusChange);

this.getInitialPhase();
}

private initExtension(keyFromCustomisations: Uint8Array): void {
Expand Down

0 comments on commit 2e9adf2

Please sign in to comment.