Update StoryApiV1Controller, reduce min story size to 10kb

pull/6153/head
Daniel Supernault 3 months ago
parent 5d4674daa4
commit f195102b34
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -389,7 +389,7 @@ class StoryApiV1Controller extends Controller
'image',
'mimes:jpeg,jpg,png',
File::image()
->min(50)
->min(10)
->max(((int) config_cache('pixelfed.max_photo_size')) ?: (6 * 1024))
->dimensions(Rule::dimensions()->width(1080)->height(1920)),
],

Loading…
Cancel
Save