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:
@@ -128,10 +128,6 @@ class FCMService
|
||||
'error', 'warning' => 'notifications_alerts',
|
||||
default => 'notifications_general',
|
||||
},
|
||||
'priority' => match ($type) {
|
||||
'error' => 'HIGH',
|
||||
default => 'NORMAL',
|
||||
},
|
||||
'sound' => 'default',
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user