70d66444 by Jabis Sevón

logging objects

1 parent 4eb42662
......@@ -101,9 +101,10 @@ server.on("upgrade", async function(request, socket, head) {
})
let roomnode = user.get(roomname).put(obj);
let putnode = g.get('rtcmeeting').get(roomname);
let rack= putnode.put(roomnode);
console.log("room created");
rack.once(Gun.log);
putnode.put(roomnode,function(rack){
console.log("room created",rack);
putnode.once(Gun.log);
});
});
});
} else {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!