mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-26 01:36:43 +00:00
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']
|
$nm['url']
|
||||||
) &&
|
) &&
|
||||||
in_array($nm['type'], ['Document', 'Image', 'Video']) &&
|
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
|
// Skip when no media
|
||||||
|
|
Loading…
Reference in a new issue