[Vortex] FCM/JPush: Don't encode unicode characters in generated payload
Review Request #823 — Created April 11, 2022 and submitted — Latest diff uploaded
Information | |
---|---|
pprkut | |
Lunr.Vortex | |
830 | |
a3223e7... | |
Reviewers | |
lunr | |
This needlessly ramps up the byte count for messages containing unicode characters.
Unit tests
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.
orig
1
2
src/Lunr/Vortex/FCM/FCMDispatcher.php |
---|
src/Lunr/Vortex/FCM/Tests/FCMDispatcherPushTest.php |
---|
src/Lunr/Vortex/JPush/JPushDispatcher.php |
---|
src/Lunr/Vortex/JPush/Tests/JPushDispatcherPushTest.php |
---|