matrix-org / sygnal

Sygnal: reference Push Gateway for Matrix
Apache License 2.0
153 stars 139 forks source link

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

Closed devonh closed 1 month ago

devonh commented 1 month 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.