vali 6 years ago
parent
commit
b1d8b87414
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vendor/GatewayWorker_windows/Applications/whisper/Events.php

+ 1 - 1
vendor/GatewayWorker_windows/Applications/whisper/Events.php

@@ -166,7 +166,7 @@ class Events
                         ]
                     ];
                     $found_key = array_search($v['servicelog_id'], array_column($serviceLog, 'servicelog_id'));
-                    Gateway::sendToClient($serviceLog[$found_key]['client_id'], json_encode($chat_message));
+                    Gateway::sendToClient($serviceLog[$found_key]['client_id'], json_encode($chat_message,256));
                 }
             }
         });