continue gravatar search after failure

Signed-off-by: call-me-matt <nextcloud@matthiasheinisch.de>
This commit is contained in:
call-me-matt 2021-02-22 23:53:04 +01:00
parent ea5e5ff332
commit 205df6a57d
No known key found for this signature in database
GPG Key ID: F141C4C1F8F39D19
1 changed files with 0 additions and 1 deletions

View File

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