fix: remove invalid priority field from AndroidNotification in FCM v1 payload #71

Merged
rafaga21 merged 1 commits from feat/fcm-apk-v1.8.2 into master 2026-06-13 14:42:47 -04:00

View File

@@ -128,10 +128,6 @@ class FCMService
'error', 'warning' => 'notifications_alerts',
default => 'notifications_general',
},
'priority' => match ($type) {
'error' => 'HIGH',
default => 'NORMAL',
},
'sound' => 'default',
],
],