We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b6dbfd + ecae077 commit 6b926dcCopy full SHA for 6b926dc
1 file changed
src/whatsapp/services/chatwoot.service.ts
@@ -1209,7 +1209,7 @@ export class ChatwootService {
1209
audioMessage: msg.audioMessage?.caption,
1210
contactMessage: msg.contactMessage?.vcard,
1211
contactsArrayMessage: msg.contactsArrayMessage,
1212
- locationMessage: !msg.protocolMessage
+ locationMessage: msg.locationMessage
1213
? msg.locationMessage?.degreesLatitude +
1214
',' +
1215
msg.locationMessage?.degreesLongitude
0 commit comments