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);