decode-wa-message, process-message: Fix @hosted lids processing

This commit is contained in:
Rajeh Taher
2025-10-03 00:05:01 +03:00
parent 592f70b81d
commit 50b36ece3b
6 changed files with 39 additions and 14 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ export const makeSocket = (config: SocketConfig) => {
}
const pnFromLIDUSync = async (jids: string[]): Promise<LIDMapping[] | undefined> => {
let usyncQuery = new USyncQuery().withLIDProtocol().withContext('background')
const usyncQuery = new USyncQuery().withLIDProtocol().withContext('background')
for (const jid of jids) {
if (isLidUser(jid)) {