文本聊天已完成

This commit is contained in:
2025-06-26 15:41:29 +08:00
parent 9f0ef4cc26
commit 16e028e50e
14 changed files with 574 additions and 450 deletions

View File

@@ -122,4 +122,10 @@ class GatewayClientService
Gateway::sendToAll($message);
}
}
// 判断uid是否在线
public function isUidOnline(int $uid): bool
{
return Gateway::isUidOnline($uid);
}
}