mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-07 06:42:39 +02:00
feat: trigger status refresh after queue flush in SyncEngine
This commit is contained in:
parent
02795e08e3
commit
db866ce8be
1 changed files with 1 additions and 0 deletions
|
|
@ -458,6 +458,7 @@ export class SyncEngine {
|
||||||
});
|
});
|
||||||
this.updateIdleStreak(enqueued);
|
this.updateIdleStreak(enqueued);
|
||||||
await this.flushQueue();
|
await this.flushQueue();
|
||||||
|
this.refreshStatus({ force: true });
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.classifyAndStatus(err, "Reconcile failed");
|
this.classifyAndStatus(err, "Reconcile failed");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue