mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 17:56:16 +01:00
oops
This commit is contained in:
@@ -60,7 +60,7 @@ function isUserOnline(uid) {
|
|||||||
}
|
}
|
||||||
websockets.isUserOnline = isUserOnline;
|
websockets.isUserOnline = isUserOnline;
|
||||||
|
|
||||||
websockets.exports.init = function(io) {
|
websockets.init = function(io) {
|
||||||
|
|
||||||
io.sockets.on('connection', function(socket) {
|
io.sockets.on('connection', function(socket) {
|
||||||
var hs = socket.handshake,
|
var hs = socket.handshake,
|
||||||
|
|||||||
Reference in New Issue
Block a user