kopia lustrzana https://github.com/nextcloud/social
missing def
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>pull/664/head
rodzic
1897e08e60
commit
26587824a5
|
@ -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 =
|
||||
|
|
Ładowanie…
Reference in New Issue