feat: Fix loop uses sinceState instead of newSinceState, causing infinite loops.

This commit is contained in:
dab246
2026-02-04 09:48:50 +07:00
committed by Dat H. Pham
parent 4fea45d062
commit 41817091c1
9 changed files with 23 additions and 16 deletions
@@ -50,7 +50,7 @@ class LabelRepositoryImpl extends LabelRepository {
final changesResponse = await _labelDatasource.getLabelChanges(
session,
accountId,
sinceState,
newSinceState,
);
hasMoreChanges = changesResponse.hasMoreChanges;