appleboy / gorush

A push notification server written in Go (Golang).
MIT License
7.84k stars 829 forks source link

Volume of 0.0 is ignored and plays at full sound #743

Open mprysork opened 1 year ago

mprysork commented 1 year ago

When volume is set to 0.0, we expect no sound as it is working using another push service. However with goRush, it plays at full volume and it ignores volume in the payload.

image