fix: Correção para considerar o id do numero que esta conectado na interface

adriano 2023-10-13 11:54:19 -03:00
parent 470ae86353
commit 2142fe0a1c
1 changed files with 2 additions and 2 deletions

View File

@ -940,7 +940,7 @@ const handleMessage = async (
wbot: any wbot: any
): Promise<void> => { ): Promise<void> => {
if (!msg.fromMe) { // if (!msg.fromMe) {
_clear_lst() _clear_lst()
@ -966,7 +966,7 @@ const handleMessage = async (
// console.log('LIST OF ID MESSAGE lst: ', lst) // console.log('LIST OF ID MESSAGE lst: ', lst)
console.log('PASSOU.................................FROM: ', msg.from.split("@")[0], ' | ID: ', msg.id.id) console.log('PASSOU.................................FROM: ', msg.from.split("@")[0], ' | ID: ', msg.id.id)
} // }
if (!isValidMsg(msg)) { if (!isValidMsg(msg)) {