mirror of https://github.com/openclaw/openclaw.git
fix(android): use native client id for operator session
This commit is contained in:
parent
14f5217e22
commit
439d8e609e
|
|
@ -176,7 +176,7 @@ class ConnectionManager(
|
|||
caps = emptyList(),
|
||||
commands = emptyList(),
|
||||
permissions = emptyMap(),
|
||||
client = buildClientInfo(clientId = "openclaw-control-ui", clientMode = "ui"),
|
||||
client = buildClientInfo(clientId = "openclaw-android", clientMode = "ui"),
|
||||
userAgent = buildUserAgent(),
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue