fix: Correção para considerar o id do numero que esta conectado na interface
parent
c151473d52
commit
8b6d7e2597
|
@ -519,7 +519,7 @@ const handleMessage = async (
|
|||
wbot: any,
|
||||
whatsAppOfficial?: any
|
||||
): Promise<void> => {
|
||||
if (!msg.fromMe && !whatsAppOfficial) {
|
||||
if (!whatsAppOfficial) {
|
||||
_clear_lst();
|
||||
|
||||
let index = lst.findIndex((x: any) => x.id == msg.id.id);
|
||||
|
|
Loading…
Reference in New Issue