Merge pull request #767 from cmho/764-output-media-descriptions-to-ap

[764] output media caption to activitypub objects
pull/724/head^2
daniel 6 years ago committed by GitHub
commit d2b3859bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,7 +50,7 @@ class StatusTransformer extends Fractal\TransformerAbstract
'type' => 'Document',
'mediaType' => $media->mime,
'url' => $media->url(),
'name' => null,
'name' => $media->caption
];
}),
'tag' => [],

Loading…
Cancel
Save