1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +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

@@ -162,6 +162,12 @@ export default class DeviceList {
}
}
stop() {
if (this._saveTimer !== null) {
clearTimeout(this._saveTimer);
}
}
/**
* Save the device tracking state to storage, if any changes are
* pending other than updating the sync token