diff --git a/src/psm/Txtmsg/Octopush.php b/src/psm/Txtmsg/Octopush.php index fa6800f6..62eb6a0e 100644 --- a/src/psm/Txtmsg/Octopush.php +++ b/src/psm/Txtmsg/Octopush.php @@ -73,6 +73,8 @@ class Octopush extends Core 'recipients' => $recipients, 'text' => $message.(($smsType === "sms_premium") ? ' STOP au XXXXX' : ''), 'type' => $smsType, + 'purpose' => 'alert', + 'with_replies' => false, 'sender' => substr($this->originator, 0, 15), ]));