プロフィールの追加情報を最大16まで保存できるように

Close #8225
Close #8234
This commit is contained in:
syuilo 2022-02-20 16:53:06 +09:00
parent 6994136fb3
commit 92f5027c3c
4 changed files with 44 additions and 89 deletions

View file

@ -79,7 +79,7 @@ export const paramDef = {
bannerId: { type: 'string', format: 'misskey:id', nullable: true },
fields: { type: 'array',
minItems: 0,
maxItems: 8,
maxItems: 16,
items: {
type: 'object',
properties: {