Skip to content

fix(fcm): always propagate delivery priority to AndroidConfig#876

Merged
appleboy merged 1 commit into
appleboy:masterfrom
mosmieri:bugfix/fix_fcm_priority
Jun 13, 2026
Merged

fix(fcm): always propagate delivery priority to AndroidConfig#876
appleboy merged 1 commit into
appleboy:masterfrom
mosmieri:bugfix/fix_fcm_priority

Conversation

@mosmieri

@mosmieri mosmieri commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Data-only messages without a sound never reached setupFCMSound, so req.Priority was dropped and FCM defaulted them to normal priority.

fix #875

Data-only messages without a sound never reached setupFCMSound, so
req.Priority was dropped and FCM defaulted them to normal priority.

Signed-off-by: Aleksei Antonchik <as.antonchik@gmail.com>
@appleboy appleboy merged commit 52b6914 into appleboy:master Jun 13, 2026
3 of 5 checks passed
@appleboy

Copy link
Copy Markdown
Owner

@mosmieri Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Data-only FCM messages ignore "priority": "high" and are delivered as normal priority

2 participants