mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update MediaService, add summary attribute for better alt text federation
This commit is contained in:
parent
7621baf7c8
commit
a12712cc88
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ class MediaService
|
||||||
'mediaType' => $s['mime'],
|
'mediaType' => $s['mime'],
|
||||||
'url' => $s['url'],
|
'url' => $s['url'],
|
||||||
'name' => $s['description'],
|
'name' => $s['description'],
|
||||||
|
'summary' => $s['description'],
|
||||||
'blurhash' => $s['blurhash'],
|
'blurhash' => $s['blurhash'],
|
||||||
'license' => $license
|
'license' => $license
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue