Skip to content

Commit

Permalink
introduce async_url_enrich_enabled flag (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amin Mahboubi authored Oct 18, 2021
1 parent 84bdc13 commit 83ea52a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export type AppSettingsAPIResponse<
url_enrichment?: boolean;
}
>;
async_url_enrich_enabled?: boolean;
auto_translation_enabled?: boolean;
before_message_send_hook_url?: string;
campaign_enabled?: boolean;
Expand Down Expand Up @@ -1513,6 +1514,7 @@ export type AppSettings = {
p12_cert?: string;
team_id?: string;
};
async_url_enrich_enabled?: boolean;
auto_translation_enabled?: boolean;
custom_action_handler_url?: string;
disable_auth_checks?: boolean;
Expand Down

0 comments on commit 83ea52a

Please sign in to comment.