1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 01:36:43 +00:00
This commit is contained in:
Daniel Supernault 2023-05-25 01:26:54 -06:00
parent b0634bfd8f
commit 859ed621b0
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -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