mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Fixes #764
This commit is contained in:
parent
b91c005df5
commit
4cdfe3ecb5
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class Note extends Fractal\TransformerAbstract
|
|||
'type' => $media->activityVerb(),
|
||||
'mediaType' => $media->mime,
|
||||
'url' => $media->url(),
|
||||
'name' => null,
|
||||
'name' => $media->caption,
|
||||
];
|
||||
})->toArray(),
|
||||
'tag' => $tags,
|
||||
|
|
Loading…
Reference in a new issue