昵称问题
This commit is contained in:
@@ -243,8 +243,6 @@ namespace extend\chat\model;
|
||||
$notice_data['avatar'] = $chat_user['avatar'];
|
||||
$notice_data['nick_name'] = $chat_user['nick_name'];
|
||||
$str_uid = self::getUid($message['to_id'], $message['to_user_type']);
|
||||
// 更新对方会话列表
|
||||
// ChatMessage::getconverlist($message['to_id'], $message['to_user_type']);
|
||||
// 对方是否在线,在线发 不在线存起来等上线了发
|
||||
if(Gateway::isUidOnline($str_uid)) {
|
||||
// 加入未读计数
|
||||
|
||||
Reference in New Issue
Block a user