Skip to content

Commit 97ac9f4

Browse files
authored
Merge pull request #3670 from techmatters/CHI-3545-incoming_transfer_breaks_chats
CHI-3545: Add engineers countries to allowed countries for region restricted staging webchat accounts
2 parents d08f437 + e3bab76 commit 97ac9f4

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

plugin-hrm-form/src/fullStory/setUp.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ function helplineIdentifierFullStory(
5555
/https:\/\/assets-(?<environment>\w+)\.tl\.techmatters\.org\/plugins\/hrm-form\/\w+\/(?<pluginVersion>[\w.-]+)\/plugin-hrm-form\.js/,
5656
)?.groups ?? {};
5757
pageVars.pluginVersion = pluginVersion;
58+
pageVars.environment = environment;
5859
userVars.displayName = `${fullName || contactUri || 'Unknown'} (${helplineCode} - ${environment})`;
5960
userVars.environment = environment;
6061
}

twilio-iac/helplines/as/production.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ locals {
2727
contact_identity = ""
2828
templatefile = "/app/twilio-iac/helplines/as/templates/studio-flows/messaging-blocking-lambda-location-block-sd.tftpl"
2929
channel_flow_vars = {
30-
allowed_shortcode_locations = "US,CL,ZA"
30+
allowed_shortcode_locations = "US,CL,ZA,IE,AR"
3131
}
3232
chatbot_unique_names = []
3333
},

twilio-iac/helplines/mt/staging.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ locals {
2929
contact_identity = ""
3030
templatefile = "/app/twilio-iac/helplines/mt/templates/studio-flows/messaging-lex-web-location-block.tftpl"
3131
channel_flow_vars = {
32-
allowed_shortcode_locations = "MT,US,CL,ZA"
32+
allowed_shortcode_locations = "MT,US,CL,ZA,IE,AR"
3333
}
3434
chatbot_unique_names = []
3535
},

twilio-iac/helplines/nz/staging.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ locals {
3434
channel_flow_vars = {
3535
chat_greeting_message = "Kia ora, we'll connect you with someone soon. Your conversation is confidential, but if we feel that you or someone else is at serious risk of harm, we may have to link in with other services. We'll let you know if that becomes necessary."
3636
widget_from = "Youthline"
37-
allowed_shortcode_locations = "NZ,US,CL,ZA"
37+
allowed_shortcode_locations = "NZ,US,CL,ZA,IE,AR"
3838
}
3939
chatbot_unique_names = []
4040
},

0 commit comments

Comments
 (0)