Skip to content
Snippets Groups Projects
Unverified Commit 2760d7a2 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Mozartize the Gravatar lib

parent 233c1f83
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,7 @@
"classmap_prefix": "NEXTCLOUDMAIL_",
"packages": [
"arthurhoaro/favicon",
"gravatarphp/gravatar",
"php-ai/php-ml"
]
}
......
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "1db4770c64c79e30b163485a10d05688",
"content-hash": "9d79433615022d8b2ddea57f1fffbd8b",
"packages": [
{
"name": "arthurhoaro/favicon",
......
......@@ -25,7 +25,7 @@ declare(strict_types=1);
namespace OCA\Mail\Service\Avatar;
use Exception;
use Gravatar\Gravatar;
use OCA\Mail\Vendor\Gravatar\Gravatar;
use OCP\Http\Client\IClientService;
class GravatarSource implements IAvatarSource {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment