working messages

This commit is contained in:
John McLear 2014-11-04 19:58:38 +00:00
parent 68eaa09708
commit a6cbb4af40
1 changed files with 2 additions and 5 deletions

View File

@ -805,8 +805,7 @@ exports.updatePadClients = function(pad, callback)
if(author == sessioninfos[sid].author)
{
// client.json.send({"type":"COLLABROOM","data":{type:"ACCEPT_COMMIT", newRev:r}});
socketio.in(pad).send({"type":"COLLABROOM","data":{type:"ACCEPT_COMMIT", newRev:r}});
client.json.send({"type":"COLLABROOM","data":{type:"ACCEPT_COMMIT", newRev:r}});
}
else
{
@ -821,9 +820,7 @@ exports.updatePadClients = function(pad, callback)
timeDelta: currentTime - sessioninfos[sid].time
}};
// client.json.send(wireMsg);
socketio.in(pad).send({"type":"COLLABROOM","data":{type:"ACCEPT_COMMIT", newRev:r}});
client.json.send(wireMsg);
}
sessioninfos[sid].time = currentTime;