From d231af1c91900ee12c6a011a90a201ee4d550aff Mon Sep 17 00:00:00 2001 From: Agent Date: Sat, 13 Jun 2026 14:41:56 -0400 Subject: [PATCH] fix: remove invalid priority field from AndroidNotification in FCM v1 payload --- src/Services/FCMService.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Services/FCMService.php b/src/Services/FCMService.php index bb3a60b..dd9190e 100644 --- a/src/Services/FCMService.php +++ b/src/Services/FCMService.php @@ -128,10 +128,6 @@ class FCMService 'error', 'warning' => 'notifications_alerts', default => 'notifications_general', }, - 'priority' => match ($type) { - 'error' => 'HIGH', - default => 'NORMAL', - }, 'sound' => 'default', ], ], -- 2.43.0