-
Notifications
You must be signed in to change notification settings - Fork 0
System Message Broadcasts #73
Open
Assignees
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
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
👀 In review/testing