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(),
|
caps = emptyList(),
|
||||||
commands = emptyList(),
|
commands = emptyList(),
|
||||||
permissions = emptyMap(),
|
permissions = emptyMap(),
|
||||||
client = buildClientInfo(clientId = "openclaw-control-ui", clientMode = "ui"),
|
client = buildClientInfo(clientId = "openclaw-android", clientMode = "ui"),
|
||||||
userAgent = buildUserAgent(),
|
userAgent = buildUserAgent(),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user