Skip to content

Fix channel list pagination query#24

Merged
sionsmith merged 1 commit into
mainfrom
fix/channel-list-without-top
Jun 26, 2026
Merged

Fix channel list pagination query#24
sionsmith merged 1 commit into
mainfrom
fix/channel-list-without-top

Conversation

@sionsmith

Copy link
Copy Markdown
Contributor

Summary

  • Fix channel list so it does not send $top to the Microsoft Graph list-channels endpoint.
  • Add a no-$top paginated GET helper that still supports @odata.nextLink for --all-pages.
  • Add mocked regression tests that reproduce the Graph-style $top rejection and verify the fixed channel-list path.
  • Update transitive quinn-proto lockfile pin from 0.11.14 to 0.11.15 to resolve RUSTSEC-2026-0185 found during release checks.

Closes #23

Verification

  • cargo fmt -- --check
  • cargo test --all-targets
  • cargo check --all-targets
  • cargo clippy --all-targets -- -D warnings
  • cargo audit exits cleanly with only the existing allowed rand warning

@sionsmith sionsmith merged commit f57264b into main Jun 26, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

channel list fails with 400 BadRequest: Query option 'Top' is not allowed

1 participant