From 447e64895835bffdbbc8cdaf2a3a6b7c21064e8a Mon Sep 17 00:00:00 2001 From: Rajeh Taher Date: Sat, 1 Mar 2025 18:30:09 +0200 Subject: [PATCH] --no-edit --- src/Socket/socket.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Socket/socket.ts b/src/Socket/socket.ts index 64a4486..c3042ec 100644 --- a/src/Socket/socket.ts +++ b/src/Socket/socket.ts @@ -671,7 +671,7 @@ export const makeSocket = (config: SocketConfig) => { }) ws.on('CB:ib,,offline_preview', (node: BinaryNode) => { - logger.info('offline preview received', node) + logger.info('offline preview received', JSON.stringify(node)) sendNode({ tag: 'ib', attrs: {},