We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f3c35 commit a61db62Copy full SHA for a61db62
src/types.ts
@@ -2355,7 +2355,6 @@ export type ChannelConfigFields = {
2355
custom_events?: boolean;
2356
mark_messages_pending?: boolean;
2357
max_message_length?: number;
2358
- message_count_enabled?: boolean; // Feature flag for message count
2359
message_retention?: string;
2360
mutes?: boolean;
2361
name?: string;
@@ -2367,6 +2366,7 @@ export type ChannelConfigFields = {
2367
2366
replies?: boolean;
2368
search?: boolean;
2369
shared_locations?: boolean;
+ total_message_count?: boolean; // Feature flag for message count
2370
typing_events?: boolean;
2371
uploads?: boolean;
2372
url_enrichment?: boolean;
0 commit comments