From eb9d082d178a42e35789ba822cfae7b35c0413c1 Mon Sep 17 00:00:00 2001 From: Julio Valerio <56658656+valeriotech@users.noreply.github.com> Date: Sat, 3 Oct 2020 12:31:39 -0400 Subject: [PATCH] feat(notification): add at&t prepaid carrier (#425) --- src/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.ts b/src/config.ts index 78f2c9dc62..d5d0d7d5ff 100644 --- a/src/config.ts +++ b/src/config.ts @@ -73,6 +73,7 @@ const notifications = { phone: { availableCarriers: new Map([ ['att', 'txt.att.net'], + ['attgo', 'mms.att.net'], ['bell', 'txt.bell.ca'], ['fido', 'fido.ca'], ['google', 'msg.fi.google.com'],