matrix-org / sygnal

Sygnal: reference Push Gateway for Matrix
Apache License 2.0
167 stars 148 forks source link

Don't delete android notification options specified in config #380

Closed devonh closed 6 months ago

devonh commented 6 months ago

With the new FCM v1 api, you can add android specific notification options. The way the priority value was being added led to any android options specified in the config file being overridden.

This changes that behaviour to ensure they are kept if present.