1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-04 11:51:45 +03:00

Fix up merge to develop

This commit is contained in:
J. Ryan Stinnett
2020-06-23 15:24:02 +01:00
parent f3af603102
commit 3829362754
2 changed files with 9 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ export class SetupEncryptionStore extends EventEmitter {
return;
}
this._started = true;
this.phase = PHASE_INTRO;
this.phase = PHASE_BUSY;
this.verificationRequest = null;
this.backupInfo = null;