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

pull/20/head
adriano 2023-10-13 11:49:16 -03:00
parent f0e607c475
commit 074c1565c3
1 changed files with 2 additions and 2 deletions

View File

@ -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;