mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 09:51:24 -06:00
fix: fixed bug that saved contacts from groups came without number in chatwoot
This commit is contained in:
parent
0cb87e6ed9
commit
0b07fb6a49
@ -17,6 +17,7 @@
|
|||||||
* Adjusts in Dockerfile
|
* Adjusts in Dockerfile
|
||||||
* Adjusts in returns in endpoints chatwoot and webhook
|
* Adjusts in returns in endpoints chatwoot and webhook
|
||||||
* Fixed ghost mentions in send text message
|
* 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)
|
# 1.2.2 (2023-07-15 09:36)
|
||||||
|
|
||||||
|
@ -437,7 +437,7 @@ export class ChatwootService {
|
|||||||
instance,
|
instance,
|
||||||
body.key.participant.split('@')[0],
|
body.key.participant.split('@')[0],
|
||||||
filterInbox.id,
|
filterInbox.id,
|
||||||
isGroup,
|
false,
|
||||||
body.pushName,
|
body.pushName,
|
||||||
picture_url.profilePictureUrl || null,
|
picture_url.profilePictureUrl || null,
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user