Skip to content

Commit 2df6a0e

Browse files
committed
feat: add support for configuring partitioning
1 parent f2b9f6a commit 2df6a0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types.ts

+2
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,8 @@ export type CreateChannelOptions<StreamChatGenerics extends ExtendableGenerics =
947947
message_retention?: string;
948948
mutes?: boolean;
949949
name?: string;
950+
partition_size?: number;
951+
partition_ttl?: string | null;
950952
permissions?: PermissionObject[];
951953
polls?: boolean;
952954
push_notifications?: boolean;

0 commit comments

Comments
 (0)