mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 01:41:24 -06:00
fix: Option conversation_pending in chatwoot endpoint
This commit is contained in:
parent
78ab1bed35
commit
ecae077c6d
@ -1209,7 +1209,7 @@ export class ChatwootService {
|
||||
audioMessage: msg.audioMessage?.caption,
|
||||
contactMessage: msg.contactMessage?.vcard,
|
||||
contactsArrayMessage: msg.contactsArrayMessage,
|
||||
locationMessage: !msg.protocolMessage
|
||||
locationMessage: msg.locationMessage
|
||||
? msg.locationMessage?.degreesLatitude +
|
||||
',' +
|
||||
msg.locationMessage?.degreesLongitude
|
||||
|
Loading…
Reference in New Issue
Block a user