diff --git a/src/Socket/chats.ts b/src/Socket/chats.ts index 9ea410b..bcfe7d3 100644 --- a/src/Socket/chats.ts +++ b/src/Socket/chats.ts @@ -652,14 +652,14 @@ export const makeChatsSocket = (config: SocketConfig) => { } }) - /*ev.on('connection.update', ({ connection }) => { + ev.on('connection.update', ({ connection }) => { if(connection === 'open') { fireInitQueries() .catch( error => onUnexpectedError(error, 'connection open requests') ) } - })*/ + }) return { ...sock,