Skip to content

Commit

Permalink
Merge pull request #2085 from nextcloud/fix/check-all-gravatars
Browse files Browse the repository at this point in the history
use all email addresses for gravatar search
  • Loading branch information
skjnldsv authored Feb 23, 2021
2 parents 9d3cc8f + 205df6a commit 1e281ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Service/SocialApiService.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ public function updateContact(string $addressbookId, string $contactId, ?string
break;
}
} catch (\Exception $e) {
return $e;
}
}

Expand Down

0 comments on commit 1e281ed

Please sign in to comment.