feat: Send MMS through Twilio Inbox (#2959)

Send MMS message to customer for Twilio integration inbox.

Fixes #2311
This commit is contained in:
Tejaswini Chile
2021-09-07 00:05:14 +05:30
committed by GitHub
parent 118c1458ab
commit 772d4ae726
3 changed files with 23 additions and 3 deletions

View File

@@ -229,7 +229,8 @@ export default {
this.isAFacebookInbox ||
this.isATwilioWhatsappChannel ||
this.isAPIInbox ||
this.isAnEmailChannel
this.isAnEmailChannel ||
this.isATwilioSMSChannel
);
},
replyButtonLabel() {