--no-edit

This commit is contained in:
Rajeh Taher
2025-03-01 18:30:09 +02:00
parent 49eeb7556d
commit 447e648958

View File

@@ -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: {},