feat(desktop): report current user online clients
This commit is contained in:
@@ -115,6 +115,8 @@ export interface DesktopClientHeartbeatRequest {
|
||||
export interface DesktopClientHeartbeatResponse {
|
||||
client: DesktopClientInfo
|
||||
server_time: string
|
||||
online_client_count?: number
|
||||
current_user_online_client_count?: number
|
||||
}
|
||||
|
||||
export interface DesktopClientRotateResponse {
|
||||
|
||||
Reference in New Issue
Block a user