Compare commits

...

3 Commits

Author SHA1 Message Date
Davidson Gomes
0c20da2481 Merge branch 'release/1.2.1-2' 2023-07-14 19:03:51 -03:00
Davidson Gomes
72d2a563f3 fix: change Baileys fork 2023-07-14 19:03:41 -03:00
Davidson Gomes
6f3f8c944d Merge tag '1.2.1-1' into develop
* Adjusts in docker files
* Save picture url groups in chatwoot
2023-07-14 18:38:18 -03:00

View File

@@ -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,
);
}