mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 17:56:16 +01:00
removed redismock, added database mocked, fixed tests to work with dbal
This commit is contained in:
@@ -1152,8 +1152,10 @@ websockets.init = function(io) {
|
||||
return io.sockets.in(room);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
websockets.getConnectedClients = function() {
|
||||
return userSockets;
|
||||
}
|
||||
}
|
||||
})(module.exports);
|
||||
|
||||
})(module.exports);
|
||||
|
||||
Reference in New Issue
Block a user