summaryrefslogtreecommitdiffstats
path: root/lib/Service/CheckService.php
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-05-25 20:23:57 -0100
committerGitHub <noreply@github.com>2023-05-25 20:23:57 -0100
commitb5d0e55d186450313d7f13285d102e0719f278bc (patch)
treeff780068ef8b63a40eca1b3423073cc70bc18873 /lib/Service/CheckService.php
parent81f21690afe2b64b297d326027eefe451468ff24 (diff)
parent3b479e560fe5e67158604253b6c40a5d98413294 (diff)
Merge pull request #1767 from nextcloud/releases/0.6.0v0.6.0
0.6.0
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) {