pull/4416/head
Daniel Supernault 3 years ago
parent b0634bfd8f
commit 859ed621b0
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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…
Cancel
Save