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,
|
wbot: any,
|
||||||
whatsAppOfficial?: any
|
whatsAppOfficial?: any
|
||||||
): Promise<void> => {
|
): Promise<void> => {
|
||||||
if (!msg.fromMe && !whatsAppOfficial) {
|
if (!whatsAppOfficial) {
|
||||||
_clear_lst();
|
_clear_lst();
|
||||||
|
|
||||||
let index = lst.findIndex((x: any) => x.id == msg.id.id);
|
let index = lst.findIndex((x: any) => x.id == msg.id.id);
|
||||||
|
|
Loading…
Reference in New Issue