From d3f883752f24ab3661c77d78b10b62dc0b2d2414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Fri, 24 Jul 2020 10:56:59 +0200 Subject: Improve performance, sort contacts, exclude read-only and exclude already selected ones MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- lib/Controller/PageController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Controller') diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php index 95fca90b..3999bbac 100644 --- a/lib/Controller/PageController.php +++ b/lib/Controller/PageController.php @@ -29,10 +29,11 @@ use OCP\AppFramework\Controller; use OCP\AppFramework\Http\TemplateResponse; use OCA\Contacts\AppInfo\Application; +use OCA\Contacts\Service\SocialApiService; use OCP\IConfig; use OCP\IInitialStateService; -use OCP\IUserSession; use OCP\IRequest; +use OCP\IUserSession; use OCP\L10N\IFactory; use OCP\Util; -- cgit v1.2.3