feat: Remove twitter (#7505)
This commit is contained in:
@@ -35,9 +35,6 @@ export default {
|
|||||||
if (key === 'facebook') {
|
if (key === 'facebook') {
|
||||||
return this.enabledFeatures.channel_facebook && this.hasFbConfigured;
|
return this.enabledFeatures.channel_facebook && this.hasFbConfigured;
|
||||||
}
|
}
|
||||||
if (key === 'twitter') {
|
|
||||||
return this.enabledFeatures.channel_twitter;
|
|
||||||
}
|
|
||||||
if (key === 'email') {
|
if (key === 'email') {
|
||||||
return this.enabledFeatures.channel_email;
|
return this.enabledFeatures.channel_email;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -235,7 +235,7 @@
|
|||||||
},
|
},
|
||||||
"INBOXES": {
|
"INBOXES": {
|
||||||
"TITLE": "Connect Inboxes",
|
"TITLE": "Connect Inboxes",
|
||||||
"DESCRIPTION": "Connect various channels through which your customers would be talking to you. It can be a website live-chat, your Facebook or Twitter page or even your WhatsApp number.",
|
"DESCRIPTION": "Connect various channels through which your customers would be talking to you. It can be a website live-chat, your Facebook page or even your WhatsApp number.",
|
||||||
"NEW_LINK": "Click here to create an inbox"
|
"NEW_LINK": "Click here to create an inbox"
|
||||||
},
|
},
|
||||||
"LABELS": {
|
"LABELS": {
|
||||||
|
|||||||
@@ -329,7 +329,7 @@
|
|||||||
},
|
},
|
||||||
"AUTH": {
|
"AUTH": {
|
||||||
"TITLE": "Choose a channel",
|
"TITLE": "Choose a channel",
|
||||||
"DESC": "Chatwoot supports live-chat widgets, Facebook Messenger, Twitter profiles, WhatsApp, Emails, etc., as channels. If you want to build a custom channel, you can create it using the API channel. To get started, choose one of the channels below."
|
"DESC": "Chatwoot supports live-chat widgets, Facebook Messenger, WhatsApp, Emails, etc., as channels. If you want to build a custom channel, you can create it using the API channel. To get started, choose one of the channels below."
|
||||||
},
|
},
|
||||||
"AGENTS": {
|
"AGENTS": {
|
||||||
"TITLE": "Agents",
|
"TITLE": "Agents",
|
||||||
|
|||||||
@@ -48,7 +48,6 @@ export default {
|
|||||||
return [
|
return [
|
||||||
{ key: 'website', name: 'Website' },
|
{ key: 'website', name: 'Website' },
|
||||||
{ key: 'facebook', name: 'Messenger' },
|
{ key: 'facebook', name: 'Messenger' },
|
||||||
{ key: 'twitter', name: 'Twitter' },
|
|
||||||
{ key: 'whatsapp', name: 'WhatsApp' },
|
{ key: 'whatsapp', name: 'WhatsApp' },
|
||||||
{ key: 'sms', name: 'SMS' },
|
{ key: 'sms', name: 'SMS' },
|
||||||
{ key: 'email', name: 'Email' },
|
{ key: 'email', name: 'Email' },
|
||||||
|
|||||||
Reference in New Issue
Block a user