Update MediaTransformer
This commit is contained in:
parent
bfde0fdea6
commit
e3e2f902c1
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class MediaTransformer extends Fractal\TransformerAbstract
|
|||
'remote_url' => null,
|
||||
'preview_url' => $media->thumbnailUrl(),
|
||||
'text_url' => null,
|
||||
'meta' => $media->metadata,
|
||||
'meta' => null,
|
||||
'description' => $media->caption,
|
||||
'license' => $media->license,
|
||||
'is_nsfw' => $media->is_nsfw,
|
||||
|
|
Loading…
Reference in a new issue