feat: increase max images of gallery

Signed-off-by: 아르페 <ore@nrma.cc>
This commit is contained in:
オスカー、 2024-02-10 19:24:23 +09:00 committed by 무라쿠모
parent 3a98271802
commit 219ddedae3
Signed by: SWREI
GPG Key ID: 139D6573F92DA9F7

View File

@ -43,7 +43,7 @@ export const paramDef = {
postId: { type: 'string', format: 'misskey:id' },
title: { type: 'string', minLength: 1 },
description: { type: 'string', nullable: true },
fileIds: { type: 'array', uniqueItems: true, minItems: 1, maxItems: 32, items: {
fileIds: { type: 'array', uniqueItems: true, minItems: 1, maxItems: 128, items: {
type: 'string', format: 'misskey:id',
} },
isSensitive: { type: 'boolean', default: false },