kopia lustrzana https://github.com/pixelfed/pixelfed
				
				
				
			Merge pull request #767 from cmho/764-output-media-descriptions-to-ap
[764] output media caption to activitypub objectspull/724/head^2
						commit
						d2b3859bd2
					
				| 
						 | 
				
			
			@ -50,7 +50,7 @@ class StatusTransformer extends Fractal\TransformerAbstract
 | 
			
		|||
              'type'      => 'Document',
 | 
			
		||||
              'mediaType' => $media->mime,
 | 
			
		||||
              'url'       => $media->url(),
 | 
			
		||||
              'name'      => null,
 | 
			
		||||
              'name'      => $media->caption
 | 
			
		||||
            ];
 | 
			
		||||
          }),
 | 
			
		||||
          'tag' => [],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue