mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 09:51:24 -06:00
Merge pull request #864 from judsonjuniorr/v2-on-whatsapp-return
Fix on whatsapp number return
This commit is contained in:
commit
a97a01e0aa
@ -2732,7 +2732,7 @@ export class BaileysStartupService extends ChannelStartupService {
|
||||
exists: true,
|
||||
jid: cached.remoteJid,
|
||||
name: contacts.find((c) => c.remoteJid === cached.remoteJid)?.pushName,
|
||||
number: cached.number,
|
||||
number: user.number,
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user