Skip to content

Commit a61db62

Browse files
committed
fix: renamed flag
1 parent 33f3c35 commit a61db62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2355,7 +2355,6 @@ export type ChannelConfigFields = {
23552355
custom_events?: boolean;
23562356
mark_messages_pending?: boolean;
23572357
max_message_length?: number;
2358-
message_count_enabled?: boolean; // Feature flag for message count
23592358
message_retention?: string;
23602359
mutes?: boolean;
23612360
name?: string;
@@ -2367,6 +2366,7 @@ export type ChannelConfigFields = {
23672366
replies?: boolean;
23682367
search?: boolean;
23692368
shared_locations?: boolean;
2369+
total_message_count?: boolean; // Feature flag for message count
23702370
typing_events?: boolean;
23712371
uploads?: boolean;
23722372
url_enrichment?: boolean;

0 commit comments

Comments
 (0)