merge from main

This commit is contained in:
Kenneth Kehl
2024-08-22 08:38:01 -07:00
29 changed files with 855 additions and 1374 deletions

View File

@@ -48,7 +48,6 @@ class AwsSnsClient(SmsClient):
def send_sms(self, to, content, reference, sender=None, international=False):
matched = False
for match in phonenumbers.PhoneNumberMatcher(to, "US"):
matched = True
to = phonenumbers.format_number(