fix a WRITE_PRIVATE_MESSAGE rpc regression

This commit is contained in:
ansuz
2020-02-03 15:47:41 -05:00
parent 4e71b63331
commit 6523974ca2
3 changed files with 42 additions and 43 deletions

View File

@@ -287,7 +287,7 @@ var rpc = function (Env, Server, data, respond) {
}
if (isUnauthenticateMessage(msg)) {
return handleUnauthenticatedMessage(Env, msg, respond);
return handleUnauthenticatedMessage(Env, msg, respond, Server);
}
var signature = msg.shift();