Bug 1726389 - Properly initialize matrix crypto store. r=clokep

Differential Revision: https://phabricator.services.mozilla.com/D122976

--HG--
extra : amend_source : d43fd798798c618c9d0b5a330dd9d38a19937988
This commit is contained in:
Martin Giger 2021-08-19 13:58:05 +03:00
Родитель e09f84fde4
Коммит 7e67fb2ff1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1058,7 +1058,7 @@ MatrixAccount.prototype = {
const opts = this.getClientOptions();
await opts.store.startup();
await Promise.all([opts.store.startup(), opts.cryptoStore.startup()]);
this._client = MatrixSDK.createClient(opts);
if (this._client.isLoggedIn()) {
this.startClient();