Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement gRPC support sound field for FCM #794

Merged
merged 1 commit into from
Jul 16, 2024
Merged

feat: implement gRPC support sound field for FCM #794

merged 1 commit into from
Jul 16, 2024

Conversation

appleboy
Copy link
Owner

@appleboy appleboy commented Jul 16, 2024

  • Add IsGRPC field to PushNotification struct
  • Add logic to handle sound configuration for gRPC notifications in GetAndroidNotification
  • Set IsGRPC to true in the Send function of the Server struct

fix #791

- Add `IsGRPC` field to `PushNotification` struct
- Add logic to handle sound configuration for gRPC notifications in `GetAndroidNotification`
- Set `IsGRPC` to `true` in the `Send` function of the `Server` struct

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
@appleboy appleboy merged commit cc8b9e4 into master Jul 16, 2024
10 checks passed
@appleboy appleboy deleted the sound branch July 16, 2024 13:08
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.

Sound field not working in version 1.18
1 participant