mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-21 03:27:22 -06:00
fix: change Baileys fork
This commit is contained in:
parent
6f3f8c944d
commit
72d2a563f3
@ -425,7 +425,7 @@ export class ChatwootService {
|
||||
|
||||
if (findParticipant) {
|
||||
await this.updateContact(instance, findParticipant.id, {
|
||||
name: nameContact,
|
||||
name: body.pushName,
|
||||
avatar_url: picture_url.profilePictureUrl || null,
|
||||
});
|
||||
} else {
|
||||
@ -434,7 +434,7 @@ export class ChatwootService {
|
||||
body.key.participant.split('@')[0],
|
||||
filterInbox.id,
|
||||
isGroup,
|
||||
nameContact,
|
||||
body.pushName,
|
||||
picture_url.profilePictureUrl || null,
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user