mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-26 07:57:40 +00:00
fix(android): use native client id for operator session
This commit is contained in:
@@ -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(),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user