From 16a34c1d0c7083f82ad9a649b2439ed9b04828a4 Mon Sep 17 00:00:00 2001 From: Adriano Rogowski Date: Sun, 10 Mar 2019 16:40:56 -0300 Subject: [PATCH] Change mesh to _. --- lib/super.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/super.js b/lib/super.js index 0db3721e..cedd393d 100644 --- a/lib/super.js +++ b/lib/super.js @@ -4,7 +4,7 @@ /// Store the subscribes Gun.subscribe = {}; /// TODO: use Rad instead of plain object? function input(msg){ - var at = this.as, to = this.to, peer = (msg.mesh||empty).via; + var at = this.as, to = this.to, peer = (msg._||empty).via; var get = msg.get, soul, key; if(!peer || !get){ return to.next(msg) } // console.log("super", msg);