Skip to content

Commit abe280b

Browse files
committed
Added "filters" property to postNotification() to reflect OneSignal API change.
1 parent c3e4eb3 commit abe280b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/OneSignalClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ public function postNotification($data = [], $app_id = '')
174174
"include_chrome_web_reg_ids" => false,
175175
"app_ids" => false,
176176
"tags" => false,
177+
"filters" => false,
177178
"ios_badgeType" => false,
178179
"ios_badgeCount" => false,
179180
"ios_sound" => false,

0 commit comments

Comments
 (0)