Merge pull request #14587 from nextcloud/remove-googleplus-social-sharing-bundle
Remove Google+ from Social Sharing Bundle
This commit is contained in:
commit
70aa85997d
2 changed files with 0 additions and 2 deletions
|
@ -38,7 +38,6 @@ class SocialSharingBundle extends Bundle {
|
|||
public function getAppIdentifiers() {
|
||||
return [
|
||||
'socialsharing_twitter',
|
||||
'socialsharing_googleplus',
|
||||
'socialsharing_facebook',
|
||||
'socialsharing_email',
|
||||
'socialsharing_diaspora',
|
||||
|
|
|
@ -31,7 +31,6 @@ class SocialSharingBundleTest extends BundleBase {
|
|||
$this->bundleName = 'Social sharing bundle';
|
||||
$this->bundleAppIds = [
|
||||
'socialsharing_twitter',
|
||||
'socialsharing_googleplus',
|
||||
'socialsharing_facebook',
|
||||
'socialsharing_email',
|
||||
'socialsharing_diaspora',
|
||||
|
|
Loading…
Reference in a new issue