Merge pull request #2085 from nextcloud/fix/check-all-gravatars

use all email addresses for gravatar search
This commit is contained in:
John Molakvoæ 2021-02-23 08:51:13 +01:00 committed by GitHub
commit 1e281ed867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -216,7 +216,6 @@ class SocialApiService {
break;
}
} catch (\Exception $e) {
return $e;
}
}