Merge pull request 'fix: remove invalid priority field from AndroidNotification in FCM v1 payload' (#71) from feat/fcm-apk-v1.8.2 into master

Reviewed-on: #71
This commit was merged in pull request #71.
This commit is contained in:
2026-06-13 14:42:47 -04:00

View File

@@ -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',
], ],
], ],