Small changes

This commit is contained in:
Andras Schmelczer 2026-04-25 13:40:34 +01:00
parent 7293c58a71
commit b52c09fecc
8 changed files with 74 additions and 297 deletions

View file

@ -324,7 +324,7 @@ export class SyncClient {
await this.pause();
this.logger.info("Resetting SyncClient's local state");
this.syncEventQueue.resetState();
this.syncEventQueue.clearAllState();
await this.syncEventQueue.save();
this.resetInMemoryState();
this.hasFinishedOfflineSync = false;