mirror of https://github.com/pixelfed/pixelfed.git
output ->caption to activitypub objects
This commit is contained in:
parent
73787bafc5
commit
f45ac97976
|
@ -50,7 +50,7 @@ class StatusTransformer extends Fractal\TransformerAbstract
|
|||
'type' => 'Document',
|
||||
'mediaType' => $media->mime,
|
||||
'url' => $media->url(),
|
||||
'name' => null,
|
||||
'name' => $media->caption
|
||||
];
|
||||
}),
|
||||
'tag' => [],
|
||||
|
|
Loading…
Reference in New Issue