mirror of
https://github.com/lingble/chatwoot.git
synced 2025-12-04 03:45:17 +00:00
chore: voice call campaigns
This commit is contained in:
@@ -117,6 +117,12 @@ export const getters = {
|
||||
(item.channel_type === INBOX_TYPES.TWILIO && item.medium === 'sms')
|
||||
);
|
||||
},
|
||||
getVoiceInboxes($state) {
|
||||
return $state.records.filter(
|
||||
item =>
|
||||
item.channel_type === INBOX_TYPES.VOICE
|
||||
);
|
||||
},
|
||||
dialogFlowEnabledInboxes($state) {
|
||||
return $state.records.filter(
|
||||
item => item.channel_type !== INBOX_TYPES.EMAIL
|
||||
|
||||
Reference in New Issue
Block a user