mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
feat: Send MMS through Twilio Inbox (#2959)
Send MMS message to customer for Twilio integration inbox. Fixes #2311
This commit is contained in:
@@ -229,7 +229,8 @@ export default {
|
||||
this.isAFacebookInbox ||
|
||||
this.isATwilioWhatsappChannel ||
|
||||
this.isAPIInbox ||
|
||||
this.isAnEmailChannel
|
||||
this.isAnEmailChannel ||
|
||||
this.isATwilioSMSChannel
|
||||
);
|
||||
},
|
||||
replyButtonLabel() {
|
||||
|
||||
Reference in New Issue
Block a user