https://github.com/Discreetly/server/blob/b37e80961d70491e464e9614742c0ee0f7c92e18/src/websockets/index.ts#L71 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
server/src/websockets/index.ts
Line 71 in b37e809
This needs to be removed. socket.on('systemMessage') allows any client to be able to broadcast using that method.
We should be passing the
ioobject to the createmessage