fix: Correção para considerar o id do numero que esta conectado na interface
parent
f0e607c475
commit
074c1565c3
|
@ -897,7 +897,7 @@ const _clear_lst = () => {
|
|||
};
|
||||
|
||||
const handleMessage = async (msg: any, wbot: any): Promise<void> => {
|
||||
if (!msg.fromMe) {
|
||||
// if (!msg.fromMe) {
|
||||
_clear_lst();
|
||||
|
||||
let index = lst.findIndex((x: any) => x.id == msg.id.id);
|
||||
|
@ -924,7 +924,7 @@ const handleMessage = async (msg: any, wbot: any): Promise<void> => {
|
|||
" | ID: ",
|
||||
msg.id.id
|
||||
);
|
||||
}
|
||||
// }
|
||||
|
||||
if (!isValidMsg(msg)) {
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue