feat: add reauthorization banner for Facebook (#9553)

This commit is contained in:
Shivam Mishra
2024-05-30 09:41:04 +05:30
committed by GitHub
parent b53ce3fa79
commit 6c682a6869
7 changed files with 25 additions and 24 deletions

View File

@@ -44,6 +44,9 @@ export default {
whatsAppAPIProvider() {
return this.inbox.provider || '';
},
isAMicrosoftInbox() {
return this.isAnEmailChannel && this.inbox.provider === 'microsoft';
},
isAPIInbox() {
return this.channelType === INBOX_TYPES.API;
},