Merge branch 'staging' into team

This commit is contained in:
yflory
2019-09-04 16:01:09 +02:00
5 changed files with 193 additions and 185 deletions

View File

@@ -89,7 +89,6 @@ proxy.mailboxes = {
if (!anonRpc) { return void cb({error: "anonymous rpc session not ready"}); }
var crypto = Crypto.Mailbox.createEncryptor(keys);
var network = ctx.store.network;
var text = JSON.stringify({
type: type,
@@ -100,7 +99,7 @@ proxy.mailboxes = {
anonRpc.send("WRITE_PRIVATE_MESSAGE", [
user.channel,
ciphertext
], function (err, response) {
], function (err /*, response */) {
if (err) {
return void cb({
error: err,