Skip to content

Commit

Permalink
feat: add reminders feature (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme authored Mar 29, 2022
1 parent c7679f2 commit 9ae3438
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,7 @@ export type CreateChannelOptions<StreamChatGenerics extends ExtendableGenerics =
quotes?: boolean;
reactions?: boolean;
read_events?: boolean;
reminders?: boolean;
replies?: boolean;
search?: boolean;
typing_events?: boolean;
Expand Down Expand Up @@ -1464,6 +1465,7 @@ export type AppSettings = {
push_config?: {
version?: string;
};
reminders_interval?: number;
revoke_tokens_issued_before?: string | null;
sqs_key?: string;
sqs_secret?: string;
Expand Down

0 comments on commit 9ae3438

Please sign in to comment.