Antes de alterar o CSS do chatbox

This commit is contained in:
Cassio Santos
2020-06-01 15:20:12 -03:00
parent 4f3f1dd484
commit 5f4cf5e5b7
8 changed files with 95 additions and 21 deletions

View File

@@ -52,6 +52,7 @@ sequelize
});
socket.on("joinNotification", () => {
console.log("chat entro no canal de notificações");
socket.join("notification");
});