Change mesh to _.

This commit is contained in:
Adriano Rogowski 2019-03-10 16:40:56 -03:00
parent b4f760f1b5
commit 16a34c1d0c

View File

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