Skip to content

feat: implemented the reminders feature #1496

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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

nijeesh-stream
Copy link

CLA

  • I have signed the Stream CLA (required).
  • Code changes are tested

Description of the changes, What, Why and How?

Implemented the reminders feature

  • reminders create
  • reminders delete
  • reminders update
  • query reminders

Copy link
Contributor

github-actions bot commented Mar 13, 2025

Size Change: +706 B (+0.17%)

Total Size: 415 kB

Filename Size Change
dist/cjs/index.browser.cjs 119 kB +233 B (+0.2%)
dist/cjs/index.node.cjs 163 kB +240 B (+0.15%)
dist/esm/index.js 132 kB +233 B (+0.18%)

compressed-size-action

src/client.ts Outdated
* @param {UpdateReminderOptions} options The options for updating the reminder
* @returns {Promise<ReminderResponse>}
*/
async updateReminder<StreamChatGenerics extends ExtendableGenerics = DefaultGenerics>(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nijeesh-stream please remove the generics as they are not supported by the SDK anymore. Thank you

@arnautov-anton arnautov-anton added the Backend Team The backend team is in charge of this issue label May 27, 2025
@totalimmersion totalimmersion marked this pull request as ready for review May 29, 2025 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend Team The backend team is in charge of this issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants