feat(*): add image grids for album and associated media displays

This commit is contained in:
Cory Dransfeldt 2025-05-24 17:19:30 -07:00
parent 9b4baad5fb
commit 36fbba761a
No known key found for this signature in database
53 changed files with 1179 additions and 764 deletions

View file

@ -18,7 +18,7 @@ class OembedHandler extends BaseHandler
if (!$requestUrl || $relativePath === '/') $this->sendResponse($this->buildResponse(
$globals['site_name'],
$globals['url'],
$globals['avatar'],
$globals['metadata']['open_graph_image'],
$globals
));
@ -66,7 +66,7 @@ class OembedHandler extends BaseHandler
$this->sendResponse($this->buildResponse(
$title,
$relativePath,
$globals['avatar'],
$globals['metadata']['open_graph_image'],
$globals
));
}