summaryrefslogtreecommitdiffstats
path: root/lib/Service/SocialApiService.php
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2023-01-16 11:44:04 +0100
committerDaniel Kesselberg <mail@danielkesselberg.de>2023-01-20 16:04:51 +0100
commit2b369fc7321f147542cd34becc0ea4623f06e13a (patch)
tree08e020a0d9dd460fc57259acfe5b72e6625dd2f2 /lib/Service/SocialApiService.php
parentc3c43ab230e61b664ab07b5d6a2d003109259657 (diff)
chore: run composer cs:check
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'lib/Service/SocialApiService.php')
-rw-r--r--lib/Service/SocialApiService.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Service/SocialApiService.php b/lib/Service/SocialApiService.php
index 397d8c30..ef0dfb83 100644
--- a/lib/Service/SocialApiService.php
+++ b/lib/Service/SocialApiService.php
@@ -368,7 +368,6 @@ class SocialApiService {
* @returns {JSONResponse} JSONResponse with the list of changed and failed contacts
*/
public function updateAddressbooks(string $userId, string $offsetBook = null, string $offsetContact = null, string $network = null) : JSONResponse {
-
// double check!
$syncAllowedByAdmin = $this->config->getAppValue($this->appName, 'allowSocialSync', 'yes');
$bgSyncEnabledByUser = $this->config->getUserValue($userId, $this->appName, 'enableSocialSync', 'no');