Skip to content

Commit 41307fc

Browse files
feat(app): expose before_message_send_hook_attempt_timeout_ms (CHA-3267)
Adds the UpdateApp/GetApp-aligned field per GetStream/chat#13541.
1 parent 0ac8096 commit 41307fc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ export type AppSettingsAPIResponse = APIResponse & {
133133
async_url_enrich_enabled?: boolean;
134134
auto_translation_enabled?: boolean;
135135
before_message_send_hook_url?: string;
136+
before_message_send_hook_attempt_timeout_ms?: number;
136137
campaign_enabled?: boolean;
137138
cdn_expiration_seconds?: number;
138139
custom_action_handler_url?: string;
@@ -2403,6 +2404,7 @@ export type AppSettings = {
24032404
async_url_enrich_enabled?: boolean;
24042405
auto_translation_enabled?: boolean;
24052406
before_message_send_hook_url?: string;
2407+
before_message_send_hook_attempt_timeout_ms?: number;
24062408
cdn_expiration_seconds?: number;
24072409
custom_action_handler_url?: string;
24082410
disable_auth_checks?: boolean;

0 commit comments

Comments
 (0)