Allow Welsh characters in SMS

- This brings in the latest version of notifications-utils which
allows Welsh characters in SMS templates.
- Updated the pricing page to show the new prices for SMS with certain
Welsh characters
This commit is contained in:
Katie Smith
2019-05-03 15:13:39 +01:00
parent 00e7ccadad
commit 5be6b41195
7 changed files with 41 additions and 18 deletions

View File

@@ -127,7 +127,7 @@ def get_sms_thread(service_id, user_number):
)
},
notification.get('personalisation'),
downgrade_non_gsm_characters=(not is_inbound),
downgrade_non_sms_characters=(not is_inbound),
redact_missing_personalisation=redact_personalisation,
),
'created_at': notification['created_at'],