Skip to content

Commit 677cc1c

Browse files
authored
Merge pull request #29562 from nextcloud/backport/28466/stable22
2 parents eb58559 + f674751 commit 677cc1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/settings/lib/BackgroundJobs/VerifyUserData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ protected function verifyViaLookupServer(array $argument, string $dataType): boo
172172
if (empty($this->lookupServerUrl) ||
173173
$this->config->getAppValue('files_sharing', 'lookupServerUploadEnabled', 'yes') !== 'yes' ||
174174
$this->config->getSystemValue('has_internet_connection', true) === false) {
175-
return false;
175+
return true;
176176
}
177177

178178
$user = $this->userManager->get($argument['uid']);

0 commit comments

Comments
 (0)