sygnal
sygnal copied to clipboard
Add a new APNs configuration option `push_with_badge` to suppress sending `aps.badge` in APNs messages.
For situations when not using mutable-content
and updating the badge count is not desired.
This also adds unread_count
and missed_calls
to the push payload when push_with_badge
is False
.