mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 20:40:21 +02:00
Add user activity
This commit is contained in:
+1
-1
@@ -53,6 +53,6 @@ const io = new socketio.Server(server, {
|
||||
});
|
||||
|
||||
app.set('socketio', io);
|
||||
io.on('connection', (socket) => sockets(socket));
|
||||
io.on('connection', (socket) => sockets(socket, io));
|
||||
|
||||
server.listen(9321, () => console.log(`Listening on port ${PORT}`));
|
||||
|
||||
Reference in New Issue
Block a user