libsignal,lid-mapping, etc.: Partially fix "No sessions" on hosted JIDs

This commit is contained in:
Rajeh Taher
2025-10-16 18:31:01 +03:00
parent d0feb240fa
commit e41a66b3c4
8 changed files with 37 additions and 30 deletions
+2 -1
View File
@@ -45,6 +45,7 @@ import { makeMutex } from '../Utils/make-mutex'
import {
areJidsSameUser,
type BinaryNode,
binaryNodeToString,
getAllBinaryNodeChildren,
getBinaryNodeChild,
getBinaryNodeChildBuffer,
@@ -1272,7 +1273,7 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
})
])
} catch (error) {
logger.error({ error, node }, 'error in handling message')
logger.error({ error, node: binaryNodeToString(node) }, 'error in handling message')
}
}