fix: update list for countries that don't support alphanumeric sender ids (#10232)

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
pull/10240/head
Carina Wollendorfer 2023-07-18 17:31:45 -04:00 committed by GitHub
parent a2645c2ed4
commit db021cc696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -79,11 +79,13 @@ const noAlphanumericSenderIdSupport = [
"+216", "+216",
"+90", "+90",
"+256", "+256",
"+971",
"+598", "+598",
"+58", "+58",
"+84", "+84",
"+260", "+260",
"+61", "+61",
"+971", "+971",
"+420",
"+381",
"+65",
]; ];