昵称问题

This commit is contained in:
2025-12-05 10:25:55 +08:00
parent f9697c8549
commit 84d041ebe7

View File

@@ -243,8 +243,6 @@ namespace extend\chat\model;
$notice_data['avatar'] = $chat_user['avatar']; $notice_data['avatar'] = $chat_user['avatar'];
$notice_data['nick_name'] = $chat_user['nick_name']; $notice_data['nick_name'] = $chat_user['nick_name'];
$str_uid = self::getUid($message['to_id'], $message['to_user_type']); $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)) { if(Gateway::isUidOnline($str_uid)) {
// 加入未读计数 // 加入未读计数