fix: Correção para considerar o id do numero que esta conectado na interface
parent
470ae86353
commit
2142fe0a1c
|
@ -940,7 +940,7 @@ const handleMessage = async (
|
|||
wbot: any
|
||||
): Promise<void> => {
|
||||
|
||||
if (!msg.fromMe) {
|
||||
// if (!msg.fromMe) {
|
||||
|
||||
_clear_lst()
|
||||
|
||||
|
@ -966,7 +966,7 @@ const handleMessage = async (
|
|||
// console.log('LIST OF ID MESSAGE lst: ', lst)
|
||||
|
||||
console.log('PASSOU.................................FROM: ', msg.from.split("@")[0], ' | ID: ', msg.id.id)
|
||||
}
|
||||
// }
|
||||
|
||||
|
||||
if (!isValidMsg(msg)) {
|
||||
|
|
Loading…
Reference in New Issue