go back to routing put

This commit is contained in:
Mark 2019-06-13 15:15:59 -07:00
parent 162061259a
commit 7bec7ce5a0

2
axe.js
View File

@ -174,7 +174,7 @@
return chat(peers);
}
// TODO: PUTs need to only go to subs!
if(false && msg.put){ // false for temporary test
if(msg.put){
var routes = axe.routes || (axe.routes = {}); // USE RAD INSTEAD! TMP TESTING!
var peers = {};
Gun.obj.map(msg.put, function(node, soul){