fix: remove invalid priority field from AndroidNotification in FCM v1 payload #71
@@ -128,10 +128,6 @@ class FCMService
|
|||||||
'error', 'warning' => 'notifications_alerts',
|
'error', 'warning' => 'notifications_alerts',
|
||||||
default => 'notifications_general',
|
default => 'notifications_general',
|
||||||
},
|
},
|
||||||
'priority' => match ($type) {
|
|
||||||
'error' => 'HIGH',
|
|
||||||
default => 'NORMAL',
|
|
||||||
},
|
|
||||||
'sound' => 'default',
|
'sound' => 'default',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user