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

This commit is contained in:
2026-06-13 14:41:56 -04:00
parent d37edd7d54
commit d231af1c91

View File

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