1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-04 11:51:45 +03:00
This commit is contained in:
Bruno Windels
2020-03-24 17:03:40 +01:00
parent 7cded53cdb
commit 7d4e498257

View File

@@ -24,9 +24,6 @@ export const PHASE_DONE = 2; //final done stage, but still showing UX
export const PHASE_CONFIRM_SKIP = 3;
export const PHASE_FINISHED = 4; //UX can be closed
/**
* Holds the active "Complete Security" session
*/
export class SetupEncryptionStore extends EventEmitter {
static sharedInstance() {
if (!global.mx_SetupEncryptionStore) global.mx_SetupEncryptionStore = new SetupEncryptionStore();