uniqush / uniqush-push

Uniqush is a free and open source software system which provides a unified push service for server side notification to apps on mobile devices.
http://uniqush.org
Apache License 2.0
1.53k stars 201 forks source link

Allow empty strings in APNS loc-args and title-loc-args ("loc-args=,arg1" is now treated as 2 args) #200

Closed jerbob92 closed 6 years ago

jerbob92 commented 6 years ago

Currently, you can't add empty strings to the loc-args array. What bothers me is that it just silently ignores the empty string, which could possibly break template implementations as a arg on index 4 would suddenly be on index 3.