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

@ -17,6 +17,7 @@
* Adjusts in Dockerfile
* Adjusts in returns in endpoints chatwoot and webhook
* Fixed ghost mentions in send text message
* Fixed bug that saved contacts from groups came without number in chatwoot
# 1.2.2 (2023-07-15 09:36)

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