Skip to content

Commit c130846

Browse files
authored
Change message_type
Change message_type to 'outgoing'
1 parent b3adde3 commit c130846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/whatsapp/services/chatwoot.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1697,7 +1697,7 @@ export class ChatwootService {
16971697
conversationId: getConversation,
16981698
data: {
16991699
content: `🚨 ${i18next.t('numbernotinwhatsapp')}`,
1700-
message_type: 'incoming',
1700+
message_type: 'outgoing',
17011701
private: true,
17021702
},
17031703
});

0 commit comments

Comments
 (0)