Skip to content

Commit

Permalink
Merge pull request #14587 from nextcloud/remove-googleplus-social-sha…
Browse files Browse the repository at this point in the history
…ring-bundle

Remove Google+ from Social Sharing Bundle
  • Loading branch information
MorrisJobke authored Mar 8, 2019
2 parents 3f8235d + f7ea96f commit 70aa859
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/private/App/AppStore/Bundles/SocialSharingBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public function getName() {
public function getAppIdentifiers() {
return [
'socialsharing_twitter',
'socialsharing_googleplus',
'socialsharing_facebook',
'socialsharing_email',
'socialsharing_diaspora',
Expand Down
1 change: 0 additions & 1 deletion tests/lib/App/AppStore/Bundles/SocialSharingBundleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public function setUp() {
$this->bundleName = 'Social sharing bundle';
$this->bundleAppIds = [
'socialsharing_twitter',
'socialsharing_googleplus',
'socialsharing_facebook',
'socialsharing_email',
'socialsharing_diaspora',
Expand Down

0 comments on commit 70aa859

Please sign in to comment.