|
@@ -878,7 +878,10 @@ function sortArray($arrays, $sort_key, $sort_order = SORT_ASC, $sort_type = SORT
|
|
|
function wsSendMsg($user, $type, $data, $isGroup=0)
|
|
function wsSendMsg($user, $type, $data, $isGroup=0)
|
|
|
|
|
+ if (in_array($type, ['sign', 'timeout', 'handleChat','closeChat','offline', 'is_online'])) {
|