Commit 412217f
committed
fix(connectors): only flag Meet listing capped when cap truncates source
Previously listingCapped was set whenever the fetched count reached
maxMeetings, even when the API returned every record and no next page
existed. That suppressed the sync engine's deletion reconciliation when
the cap happened to equal the true source size. Now flag only when more
pages remain or records were dropped from the page.1 parent 1291db0 commit 412217f
1 file changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | | - | |
389 | | - | |
| 388 | + | |
390 | 389 | | |
391 | | - | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
392 | 399 | | |
393 | 400 | | |
394 | 401 | | |
| |||
0 commit comments