You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
Comment typo
This commit is contained in:
@@ -161,7 +161,7 @@ export default class DeviceList {
|
||||
console.log('Saving device tracking data at token ' + this._syncToken);
|
||||
// null out savePromise now (after the delay but before the write),
|
||||
// otherwise we could return the existing promise when the save has
|
||||
// actually already happened. Likewsie for the dirty flag.
|
||||
// actually already happened. Likewise for the dirty flag.
|
||||
this._savePromise = null;
|
||||
this._dirty = false;
|
||||
return this._cryptoStore.doTxn(
|
||||
|
||||
Reference in New Issue
Block a user