fix: collab room initialization (#4882)

This commit is contained in:
David Luzar
2022-03-06 15:59:56 +01:00
committed by GitHub
parent b26e4fcf99
commit 9392ec276d
2 changed files with 60 additions and 31 deletions

View File

@@ -45,6 +45,8 @@ class Portal {
this.socket.on("room-user-change", (clients: string[]) => {
this.collab.setCollaborators(clients);
});
return socket;
}
close() {