From 80937159fb0a0d76a9c4289246d6d14c8af6130f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Thu, 7 Mar 2019 14:56:16 +0100 Subject: [PATCH 1/2] Remove "socialsharing_googleplus" from Social Sharing Bundle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marius Blüm --- tests/lib/App/AppStore/Bundles/SocialSharingBundleTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/lib/App/AppStore/Bundles/SocialSharingBundleTest.php b/tests/lib/App/AppStore/Bundles/SocialSharingBundleTest.php index 02ea0eb6ae5a7..3d8bccf1935c0 100644 --- a/tests/lib/App/AppStore/Bundles/SocialSharingBundleTest.php +++ b/tests/lib/App/AppStore/Bundles/SocialSharingBundleTest.php @@ -31,7 +31,6 @@ public function setUp() { $this->bundleName = 'Social sharing bundle'; $this->bundleAppIds = [ 'socialsharing_twitter', - 'socialsharing_googleplus', 'socialsharing_facebook', 'socialsharing_email', 'socialsharing_diaspora', From f7ea96f56a7eea227066a91090fd2defd8cd8106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Thu, 7 Mar 2019 14:57:56 +0100 Subject: [PATCH 2/2] Remove Google+ from Social Sharing Bundle (2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marius Blüm --- lib/private/App/AppStore/Bundles/SocialSharingBundle.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/private/App/AppStore/Bundles/SocialSharingBundle.php b/lib/private/App/AppStore/Bundles/SocialSharingBundle.php index c882a8df5575c..59ea3e08cf232 100644 --- a/lib/private/App/AppStore/Bundles/SocialSharingBundle.php +++ b/lib/private/App/AppStore/Bundles/SocialSharingBundle.php @@ -38,7 +38,6 @@ public function getName() { public function getAppIdentifiers() { return [ 'socialsharing_twitter', - 'socialsharing_googleplus', 'socialsharing_facebook', 'socialsharing_email', 'socialsharing_diaspora',