-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
server/src/websockets/index.ts
Line 71 in b37e809
| socket.on('systemMessage', (msg: string, roomID: bigint) => { |
This needs to be removed. socket.on('systemMessage') allows any client to be able to broadcast using that method.
We should be passing the io object to the createmessage
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
👀 In review/testing