Commit c61ceb04 authored by Jérome Perrin's avatar Jérome Perrin Committed by Gabriel Monnerat

short_message: use MULTITEXT message type by default

Only mobyt support this parameter, so this break the compatibility with
essendex
parent 1998104d
...@@ -39,7 +39,7 @@ context.portal_sms.activate( ...@@ -39,7 +39,7 @@ context.portal_sms.activate(
recipient=to_url, recipient=to_url,
sender=from_url, sender=from_url,
sender_title=from_title, sender_title=from_title,
message_type="text", message_type="MULTITEXT",
test=download, test=download,
document_relative_url=context.getRelativeUrl(), document_relative_url=context.getRelativeUrl(),
**kw) **kw)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment