We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da46a64 + 3d7d2fe commit 89705aaCopy full SHA for 89705aa
FCMClient.php
@@ -129,7 +129,9 @@ public function sendNotification($notification)
129
$message = (new Message())
130
->setNotification($notification)
131
->setData($notification->getData())
132
- ->setPriority($notification->getPriority());
+ ->setPriority($notification->getPriority())
133
+ ->setJsonData($notification->getJsonData())
134
+ ->setContentAvailable($notification->getContentAvailable());
135
136
// Check for the type of Notification
137
if($notification instanceof DeviceNotification){
0 commit comments