decode-wa-message, process-message: Fix @hosted lids processing
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user