We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde83c0 commit 95419d1Copy full SHA for 95419d1
server/socket/mom.ts
@@ -23,7 +23,7 @@ async function momSocketServer(io: Server) {
23
socket.on(SOCKET_MESSAGE.MOM.CREATE, async () => {
24
const mom = await crdtManager.onCreateMom(workspaceId);
25
26
- workspace.emit(SOCKET_MESSAGE.MOM.CREATE, mom);
+ io.of(namespace).emit(SOCKET_MESSAGE.MOM.CREATE, mom);
27
});
28
29
/* 회의록 선택하기 */
0 commit comments