Skip to content

Commit ae2be5d

Browse files
committed
feat: add support for setting channel partition size
1 parent c6a5ab2 commit ae2be5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,7 @@ export type CreateChannelOptions<StreamChatGenerics extends ExtendableGenerics =
959959
typing_events?: boolean;
960960
uploads?: boolean;
961961
url_enrichment?: boolean;
962+
partition_size?: number;
962963
};
963964

964965
export type CreateCommandOptions<StreamChatGenerics extends ExtendableGenerics = DefaultGenerics> = {

0 commit comments

Comments
 (0)