Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/664/head
Maxence Lange 2019-07-22 09:41:15 -01:00
rodzic 1897e08e60
commit 26587824a5
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -723,6 +723,7 @@ class LocalController extends Controller {
$actor = $this->cacheActorService->getFromId($id);
if ($actor->gotIcon()) {
$avatar = $actor->getIcon();
$mime = '';
$document = $this->documentService->getFromCache($avatar->getId(), $mime);
$response =