feat: Remove twitter (#7505)

This commit is contained in:
Shivam Mishra
2023-07-12 02:30:11 +05:30
committed by GitHub
parent 941e7e06cf
commit ec7434d000
4 changed files with 2 additions and 6 deletions

View File

@@ -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;
} }

View File

@@ -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": {

View File

@@ -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",

View File

@@ -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' },