Merge branch 'master' into latest-infinite-scroll

This commit is contained in:
wakamex 2026-06-29 16:41:53 -04:00 committed by GitHub
commit f4394b74af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -302,7 +302,9 @@ class Server {
this.server = http.createServer(app)
// Skip file upload parsing for internal-api routes (Next.js proxies read multipart bodies).
router.use(
/^(?!\/internal-api).*/,
fileUpload({
defCharset: 'utf8',
defParamCharset: 'utf8',