3daa21e6 by Jabis Sevón

meething label

1 parent 22d83f95
......@@ -89,8 +89,10 @@ server.on("upgrade", async function(request, socket, head) {
ws: { noServer: true, path: pathname }
});
gun.server = gun.gun.back('opt.ws.web'); // this is the websocket server
var meething = g.get('meething').put({label:'Meething'});
lru.set(pathname, gun);
let obj = {
label:roomname.replace(/(_.*)/,''),
roomname:roomname,
creator:creator
};
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!