diff --git a/src/httpRequest/push/Base.php b/src/httpRequest/push/Base.php index 4b11387..6a29f52 100644 --- a/src/httpRequest/push/Base.php +++ b/src/httpRequest/push/Base.php @@ -224,9 +224,6 @@ public function getMessageContent(): array public function getOtherParams() { - if (!$this->getTransmission()) { - return []; - } switch ($this->getMsgtype()) { case Message::MSG_TYPE_NOTIFICATION: if ($this->getNotification()) {