Skip to content

Commit

Permalink
[PBE-5695] - New channel config (#1379)
Browse files Browse the repository at this point in the history
Co-authored-by: Niv Klein <[email protected]>
  • Loading branch information
totalimmersion and Niv Klein authored Oct 23, 2024
1 parent 93c4e98 commit 4d9f430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,7 @@ export type CreateChannelOptions<StreamChatGenerics extends ExtendableGenerics =
typing_events?: boolean;
uploads?: boolean;
url_enrichment?: boolean;
skip_last_msg_update_for_system_msgs?: boolean;
};

export type CreateCommandOptions<StreamChatGenerics extends ExtendableGenerics = DefaultGenerics> = {
Expand Down

0 comments on commit 4d9f430

Please sign in to comment.