mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update ImportPostController, fix typo
This commit is contained in:
parent
c394fb76c6
commit
ba58aaba36
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class ImportPostController extends Controller
|
|||
|
||||
$this->checkPermissions($request);
|
||||
|
||||
$mimes = config('import.allow_video_posts') ? 'mimetypes:image/png,image/jpeg,video/mp4' : 'mimetypes:image/png,image/jpeg';
|
||||
$mimes = config('import.instagram.allow_video_posts') ? 'mimetypes:image/png,image/jpeg,video/mp4' : 'mimetypes:image/png,image/jpeg';
|
||||
|
||||
$this->validate($request, [
|
||||
'file' => 'required|array|max:10',
|
||||
|
|
Loading…
Reference in a new issue