@@ -40,6 +40,7 @@ io.on("connection", (socket) => {
socket.on("join_room", (data) => {
socket.join(data);
console.log(data.room);
});
socket.on("send_message", (data) => {
The note is not visible to the blocked user.