Change message_type

Change message_type to 'outgoing'
This commit is contained in:
Deivison Lincoln 2024-02-02 08:57:44 -03:00 committed by GitHub
parent b3adde3a7a
commit c130846fe8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1697,7 +1697,7 @@ export class ChatwootService {
conversationId: getConversation,
data: {
content: `🚨 ${i18next.t('numbernotinwhatsapp')}`,
message_type: 'incoming',
message_type: 'outgoing',
private: true,
},
});