fix: Show sent status for messenger channel (#8145)
This commit is contained in:
@@ -201,7 +201,11 @@ export default {
|
||||
return !!this.sourceId;
|
||||
}
|
||||
|
||||
if (this.isAWhatsAppChannel || this.isATwilioChannel) {
|
||||
if (
|
||||
this.isAWhatsAppChannel ||
|
||||
this.isATwilioChannel ||
|
||||
this.isAFacebookInbox
|
||||
) {
|
||||
return this.sourceId && this.isSent;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user