Update Octopush.php

This commit is contained in:
Tim Zandbergen 2021-12-11 01:21:25 +01:00 committed by GitHub
parent 0d193706ac
commit d7b505683e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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),
]));