Skip to content

Commit

Permalink
馃敡 chatwoot message handler should ignore stories #3109
Browse files Browse the repository at this point in the history
  • Loading branch information
smashah committed Apr 19, 2023
1 parent fdea81b commit ff3d269
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cli/integrations/chatwoot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,10 @@ class ChatwootClient {
//chatwoot integration does not support group chats
return;
}
if(message.chatId.includes('broadcast')){
//chatwoot integration does not support broadcast or story messages
return;
}
/**
* Does the contact exist in chatwoot?
*/
Expand Down

0 comments on commit ff3d269

Please sign in to comment.