1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

obsolete todo

This commit is contained in:
Hubert Chathi
2019-07-03 21:37:18 -04:00
parent 8d1d657c44
commit b00804102d

View File

@@ -207,7 +207,6 @@ export default function Crypto(baseApis, sessionStore, userId, deviceId,
]); ]);
this._secretStorage = new SecretStorage(baseApis); this._secretStorage = new SecretStorage(baseApis);
// TODO: expose SecretStorage methods
} }
utils.inherits(Crypto, EventEmitter); utils.inherits(Crypto, EventEmitter);