Skip to content

Commit ddc95cd

Browse files
committed
feat: add support for setting channel partition rotation
1 parent ae2be5d commit ddc95cd

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
@@ -960,6 +960,7 @@ export type CreateChannelOptions<StreamChatGenerics extends ExtendableGenerics =
960960
uploads?: boolean;
961961
url_enrichment?: boolean;
962962
partition_size?: number;
963+
partition_rotation?: string | null; // Value such as "24h", "30m" or a combination: "2h30m"
963964
};
964965

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

0 commit comments

Comments
 (0)