Commit 1d396743 authored by Lisa (AI Assistant)'s avatar Lisa (AI Assistant)

Fix: Use 'cli' client ID again

parent 3b49fbeb
...@@ -295,7 +295,7 @@ class NodeClient() { ...@@ -295,7 +295,7 @@ class NodeClient() {
put("minProtocol", 3) put("minProtocol", 3)
put("maxProtocol", 3) put("maxProtocol", 3)
put("client", JSONObject().apply { put("client", JSONObject().apply {
put("id", "test") // Use "test" client ID - also works with gateway put("id", "cli") // Use "cli" client ID - only one that works with gateway
put("displayName", nodeId.ifBlank { "Android Node" }) put("displayName", nodeId.ifBlank { "Android Node" })
put("version", "1.0.0") put("version", "1.0.0")
put("platform", "android") put("platform", "android")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment