kopia lustrzana https://github.com/pixelfed/pixelfed
commit
b51bacf672
|
@ -523,7 +523,7 @@ class AdminController extends Controller
|
||||||
->whereShortcode($request->input('shortcode'));
|
->whereShortcode($request->input('shortcode'));
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
'emoji' => 'required|file|mimetypes:jpg,png|max:' . (config('federation.custom_emoji.max_size') / 1000)
|
'emoji' => 'required|file|mimes:jpg,png|max:' . (config('federation.custom_emoji.max_size') / 1000)
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$emoji = new CustomEmoji;
|
$emoji = new CustomEmoji;
|
||||||
|
|
Ładowanie…
Reference in New Issue