Merge branch 'release/1.4.4'

This commit is contained in:
Davidson Gomes 2023-07-25 16:19:54 -03:00
commit 6b926dc697

View File

@ -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