summaryrefslogtreecommitdiffstats
path: root/lib/Service/CheckService.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/CheckService.php')
-rw-r--r--lib/Service/CheckService.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Service/CheckService.php b/lib/Service/CheckService.php
index 8439617c..d54c7b4b 100644
--- a/lib/Service/CheckService.php
+++ b/lib/Service/CheckService.php
@@ -23,8 +23,6 @@
namespace OCA\Social\Service;
-use OCA\Social\Tools\Traits\TArrayTools;
-use OCA\Social\Tools\Traits\TStringTools;
use Exception;
use GuzzleHttp\Exception\ClientException;
use OC\User\NoUserException;
@@ -40,6 +38,8 @@ use OCA\Social\Exceptions\SocialAppConfigException;
use OCA\Social\Exceptions\UrlCloudException;
use OCA\Social\Model\ActivityPub\Object\Follow;
use OCA\Social\Model\ActivityPub\Object\Note;
+use OCA\Social\Tools\Traits\TArrayTools;
+use OCA\Social\Tools\Traits\TStringTools;
use OCP\AppFramework\Http;
use OCP\Http\Client\IClientService;
use OCP\ICache;
@@ -163,8 +163,8 @@ class CheckService {
];
}
-// $this->checkStatusTableFollows();
-// $this->checkStatusTableStreamDest();
+ // $this->checkStatusTableFollows();
+ // $this->checkStatusTableStreamDest();
try {
$this->checkLocalAccountFollowingItself();
} catch (Exception $e) {