mirror of https://github.com/pixelfed/pixelfed.git
Update MediaTransformer
This commit is contained in:
parent
3e09250328
commit
701401efec
|
@ -16,7 +16,7 @@ class MediaTransformer extends Fractal\TransformerAbstract
|
|||
'remote_url' => null,
|
||||
'preview_url' => $media->thumbnailUrl(),
|
||||
'text_url' => null,
|
||||
'meta' => null,
|
||||
'meta' => $media->metadata,
|
||||
'description' => null,
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue