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') {
return this.enabledFeatures.channel_facebook && this.hasFbConfigured;
}
if (key === 'twitter') {
return this.enabledFeatures.channel_twitter;
}
if (key === 'email') {
return this.enabledFeatures.channel_email;
}