Merge pull request #29562 from nextcloud/backport/28466/stable22

This commit is contained in:
John Molakvoæ 2021-11-08 21:40:43 +01:00 committed by GitHub
commit 677cc1c333
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,7 +172,7 @@ class VerifyUserData extends Job {
if (empty($this->lookupServerUrl) ||
$this->config->getAppValue('files_sharing', 'lookupServerUploadEnabled', 'yes') !== 'yes' ||
$this->config->getSystemValue('has_internet_connection', true) === false) {
return false;
return true;
}
$user = $this->userManager->get($argument['uid']);