We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04a519 commit 124314fCopy full SHA for 124314f
1 file changed
procMessenger/blog_client.js
@@ -359,6 +359,7 @@ function startClient() {
359
ws.send(buildMessage("register", CLIENT_NAME, "server", {
360
clientType: CLIENT_TYPE,
361
capabilities: ["blog_entry"],
362
+ functions: ["blog_entry"],
363
hostname: os.hostname(),
364
nickname: "Blog Client",
365
}));
0 commit comments