You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-28 05:03:59 +03:00
triple =
This commit is contained in:
@@ -780,7 +780,7 @@ SyncApi.prototype._onSyncError = function(err, syncOptions) {
|
||||
// instead, so that clients can observe this state
|
||||
// if they wish.
|
||||
this._startKeepAlives().then(() => {
|
||||
if (this.getSyncState() == 'ERROR') {
|
||||
if (this.getSyncState() === 'ERROR') {
|
||||
this._updateSyncState("PREPARED", {
|
||||
oldSyncToken: null,
|
||||
nextSyncToken: null,
|
||||
|
||||
Reference in New Issue
Block a user