From d7b505683e6eb5b32c04a5880fdffbdab413e167 Mon Sep 17 00:00:00 2001 From: Tim Zandbergen Date: Sat, 11 Dec 2021 01:21:25 +0100 Subject: [PATCH] Update Octopush.php --- src/psm/Txtmsg/Octopush.php | 2 ++ 1 file changed, 2 insertions(+) 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), ]));