Skip to content

Commit

Permalink
fix: Do not disconnect during conflict to be able to catch up on a re…
Browse files Browse the repository at this point in the history
…solution

Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr authored and backportbot-nextcloud[bot] committed Mar 24, 2023
1 parent 5c340c8 commit 2ad08ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/PollingBackend.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ class PollingBackend {
outsideChange: e.response.data.outsideChange,
},
})
this.disconnect()
} else if (e.response.status === 403) {
this.#syncService.emit('error', { type: ERROR_TYPE.SOURCE_NOT_FOUND, data: {} })
this.disconnect()
Expand Down

0 comments on commit 2ad08ad

Please sign in to comment.