-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support campaign user pagination #1462
Conversation
Size Change: +72 B (+0.01%) Total Size: 525 kB
|
{ | ||
campaign: CampaignResponse; | ||
users: { | ||
next?: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are the returned cursors for when creating a campaign?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you pass more than 1,000 user_ids
when creating a campaign, then in response you'll still get only 1,000 users with pager token
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And when do you get next
and prev
?
@kanat I could not find any topic-related docs at https://github.com/GetStream/docs-content/pulls/kanat. Do you plan to add some? |
Hey @MartinCupela, thank you for the feedback 👍 Yup, I add the docs changes by Today. |
@MartinCupela the PR for docs is here: |
## [8.57.0](v8.56.1...v8.57.0) (2025-02-26) ### Features * add option to override channel.updated handler in ChannelManager ([#1471](#1471)) ([9082084](9082084)) * expand campaign stats ([#1470](#1470)) ([cc6404c](cc6404c)) * support campaign user pagination ([#1462](#1462)) ([c629018](c629018)) * support new X-Stream-Client format ([#1469](#1469)) ([fdb875b](fdb875b))
🎉 This PR is included in version 8.57.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [8.57.0](v8.56.1...v8.57.0) (2025-02-26) ### Features * add option to override channel.updated handler in ChannelManager ([#1471](#1471)) ([9082084](9082084)) * expand campaign stats ([#1470](#1470)) ([cc6404c](cc6404c)) * support campaign user pagination ([#1462](#1462)) ([c629018](c629018)) * support new X-Stream-Client format ([#1469](#1469)) ([fdb875b](fdb875b))
Ticket
Related PR
CLA
Description of the changes, What, Why and How?
Changelog