feature/IO-3000-messaging-sockets-migration2 -

- found small thing

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-11-27 14:08:52 -08:00
parent aec7b40ae2
commit ad1761096a

View File

@@ -376,7 +376,6 @@ export const registerMessagingHandlers = ({ socket, client }) => {
export const unregisterMessagingHandlers = ({ socket }) => {
if (!socket) return;
socket.off("new-message");
socket.off("new-message-summary");
socket.off("new-message-detailed");
socket.off("message-changed");