Build pass 1

This commit is contained in:
Travis Ralston 2021-06-01 22:21:04 -06:00
parent 5b2dacd99e
commit c9883f346c
7 changed files with 22 additions and 16 deletions

View file

@ -378,7 +378,7 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
this.onLoggedIn();
}
const promisesList = [this.firstSyncPromise.promise];
const promisesList: Promise<any>[] = [this.firstSyncPromise.promise];
if (cryptoEnabled) {
// wait for the client to finish downloading cross-signing keys for us so we
// know whether or not we have keys set up on this account