We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d7d2fe commit 3c4f8ccCopy full SHA for 3c4f8cc
FCMClient.php
@@ -131,7 +131,8 @@ public function sendNotification($notification)
131
->setData($notification->getData())
132
->setPriority($notification->getPriority())
133
->setJsonData($notification->getJsonData())
134
- ->setContentAvailable($notification->getContentAvailable());
+ ->setContentAvailable($notification->getContentAvailable())
135
+ ->setCollapseKey($notification->getCollapseKey());
136
137
// Check for the type of Notification
138
if($notification instanceof DeviceNotification){
0 commit comments