|
|
|
@ -431,6 +431,8 @@ class Im extends BaseController |
|
|
|
wsSendMsg($to_user, 'readAll', ['toContactId' => $this->userInfo['user_id']]); |
|
|
|
} else if($is_group==2){ |
|
|
|
$chat_identify = $to_user; |
|
|
|
} else if($is_group==4){ |
|
|
|
$chat_identify = chat_identify($this->userInfo['user_id'], $to_user); |
|
|
|
} |
|
|
|
return $chat_identify; |
|
|
|
} |
|
|
|
|