feat: Bandwidth sms channel delivery reports (#8198)

Fixes: https://linear.app/chatwoot/issue/CW-2566/delivery-report-for-bandwidth-sms
This commit is contained in:
Muhsin Keloth
2023-10-28 02:37:15 +05:30
committed by GitHub
parent 6c4b92f7f6
commit 61e03fa33a
5 changed files with 190 additions and 6 deletions

View File

@@ -204,7 +204,8 @@ export default {
if (
this.isAWhatsAppChannel ||
this.isATwilioChannel ||
this.isAFacebookInbox
this.isAFacebookInbox ||
this.isASmsInbox
) {
return this.sourceId && this.isSent;
}
@@ -215,7 +216,11 @@ export default {
return false;
}
if (this.isAWhatsAppChannel || this.isATwilioChannel) {
if (
this.isAWhatsAppChannel ||
this.isATwilioChannel ||
this.isASmsInbox
) {
return this.sourceId && this.isDelivered;
}
// We will consider messages as delivered for web widget inbox and API inbox if they are sent