diff --git a/lib/Command/Reset.php b/lib/Command/Reset.php index a04c4bf0..e01138d5 100644 --- a/lib/Command/Reset.php +++ b/lib/Command/Reset.php @@ -169,23 +169,6 @@ class Reset extends Base { $this->coreRequestBuilder->uninstallSocialTables(); $this->coreRequestBuilder->uninstallFromMigrations(); $this->coreRequestBuilder->uninstallFromJobs(); - $this->uninstallWellKnown(); $this->configService->unsetAppConfig(); } - - - /** - * - */ - private function uninstallWellKnown() { - if ($this->configService->getCoreValue('public_webfinger') === 'social/lib/webfinger.php') { - $this->configService->unsetCoreValue('public_webfinger'); - } - if ($this->configService->getCoreValue('public_host-meta') === 'social/lib/hostmeta.php') { - $this->configService->unsetCoreValue('public_host-meta'); - } - if ($this->configService->getCoreValue('public_host-meta-json') === 'social/lib/hostmeta.php') { - $this->configService->unsetCoreValue('public_host-meta-json'); - } - } } diff --git a/lib/Service/AccountService.php b/lib/Service/AccountService.php index 97c77032..098a8fd6 100644 --- a/lib/Service/AccountService.php +++ b/lib/Service/AccountService.php @@ -202,9 +202,6 @@ class AccountService { /* we do nohtin */ } - $this->configService->setCoreValue('public_webfinger', 'social/lib/webfinger.php'); - $this->configService->setCoreValue('public_host-meta', 'social/lib/hostmeta.php'); - $actor = new Person(); $actor->setUserId($userId); $actor->setPreferredUsername($username); diff --git a/lib/Service/CheckService.php b/lib/Service/CheckService.php index 763d4eb5..8439617c 100644 --- a/lib/Service/CheckService.php +++ b/lib/Service/CheckService.php @@ -155,9 +155,6 @@ class CheckService { * @return array */ public function checkInstallationStatus(bool $light = false): array { - $this->configService->setCoreValue('public_webfinger', 'social/lib/webfinger.php'); - $this->configService->setCoreValue('public_host-meta', 'social/lib/hostmeta.php'); - $result = []; if (!$light) { $result = [