fix: fixed bug that saved contacts from groups came without number in chatwoot

This commit is contained in:
Davidson Gomes
2023-07-17 15:40:46 -03:00
parent 0cb87e6ed9
commit 0b07fb6a49
2 changed files with 2 additions and 1 deletions

View File

@@ -437,7 +437,7 @@ export class ChatwootService {
instance,
body.key.participant.split('@')[0],
filterInbox.id,
isGroup,
false,
body.pushName,
picture_url.profilePictureUrl || null,
);