You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-19 10:22:30 +03:00
Send a STOPPED sync updated after call to stopClient
This commit is contained in:
@@ -542,6 +542,7 @@ SyncApi.prototype._sync = function(syncOptions) {
|
|||||||
self._connectionReturnedDefer.reject();
|
self._connectionReturnedDefer.reject();
|
||||||
self._connectionReturnedDefer = null;
|
self._connectionReturnedDefer = null;
|
||||||
}
|
}
|
||||||
|
self._updateSyncState("STOPPED");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.error("/sync error %s", err);
|
console.error("/sync error %s", err);
|
||||||
|
|||||||
Reference in New Issue
Block a user