mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 16:23:16 +00:00
Update StatusController
This commit is contained in:
parent
0d7db432c0
commit
7839137349
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class StatusController extends Controller
|
||||||
|
|
||||||
$this->validate($request, [
|
$this->validate($request, [
|
||||||
'photo.*' => 'required|mimetypes:' . config('pixelfed.media_types').'|max:' . config('pixelfed.max_photo_size'),
|
'photo.*' => 'required|mimetypes:' . config('pixelfed.media_types').'|max:' . config('pixelfed.max_photo_size'),
|
||||||
'caption' => 'string|max:'.config('pixelfed.max_caption_length'),
|
'caption' => 'nullable|string|max:'.config('pixelfed.max_caption_length'),
|
||||||
'cw' => 'nullable|string',
|
'cw' => 'nullable|string',
|
||||||
'filter_class' => 'nullable|string',
|
'filter_class' => 'nullable|string',
|
||||||
'filter_name' => 'nullable|string',
|
'filter_name' => 'nullable|string',
|
||||||
|
|
Loading…
Reference in a new issue