Update cryptalk.js
This commit is contained in:
parent
7e5a0c3812
commit
213ab4f3a2
|
@ -372,7 +372,7 @@ define({
|
||||||
return (
|
return (
|
||||||
room
|
room
|
||||||
? post('error', templates.messages.already_in_room)
|
? post('error', templates.messages.already_in_room)
|
||||||
: socket.emit('room:join', payload)
|
: socket.emit('room:join', $.MD5(payload))
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -550,4 +550,4 @@ define({
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue