1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-29 16:43:09 +03:00

Merge branch 'dbkr/stop_devicelist' into dbkr/e2e_backups

This commit is contained in:
David Baker
2018-10-25 19:03:57 +01:00
3 changed files with 19 additions and 1 deletions

View File

@@ -338,6 +338,7 @@ Crypto.prototype.start = function() {
/** Stop background processes related to crypto */
Crypto.prototype.stop = function() {
this._outgoingRoomKeyRequestManager.stop();
this._deviceList.stop();
};
/**