mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-24 17:38:40 -06:00
Change message_type
Change message_type to 'outgoing'
This commit is contained in:
parent
b3adde3a7a
commit
c130846fe8
@ -1697,7 +1697,7 @@ export class ChatwootService {
|
|||||||
conversationId: getConversation,
|
conversationId: getConversation,
|
||||||
data: {
|
data: {
|
||||||
content: `🚨 ${i18next.t('numbernotinwhatsapp')}`,
|
content: `🚨 ${i18next.t('numbernotinwhatsapp')}`,
|
||||||
message_type: 'incoming',
|
message_type: 'outgoing',
|
||||||
private: true,
|
private: true,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user