mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 01:41:24 -06:00
Merge branch 'release/1.4.4'
This commit is contained in:
commit
6b926dc697
@ -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