family channel

This commit is contained in:
CHIEFSOFT\ameye
2024-03-18 10:06:35 -04:00
parent 748d5f2c50
commit ca0f8b1051
+4
View File
@@ -63,6 +63,10 @@ io.on("connection", (socket) => {
socket.to(data.room).emit("received_refreshmarket_jobs", data);
});
socket.on("family", (data) => {
socket.to(data.room).emit("family_actions", data);
});
});
server.listen(port, () => {