Fix typo
This commit is contained in:
parent
b0634bfd8f
commit
859ed621b0
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class StatusRemoteUpdatePipeline implements ShouldQueue
|
|||
$nm['url']
|
||||
) &&
|
||||
in_array($nm['type'], ['Document', 'Image', 'Video']) &&
|
||||
in_array($nm['mediaType'], explode(',', config('pixelfed.media_types')))
|
||||
in_array($nm['mediaType'], explode(',', config('pixelfed.media_types')));
|
||||
});
|
||||
|
||||
// Skip when no media
|
||||
|
|
Loading…
Reference in a new issue