[Vortex] FCM/JPush: Don't encode unicode characters in generated payload

Review Request #823 — Created April 11, 2022 and submitted — Latest diff uploaded

pprkut
Lunr.Vortex
830
a3223e7...
lunr
This needlessly ramps up the byte count for messages containing
unicode characters.

Unit tests

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
Loading...