mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-23 22:56:08 +09:00
Merge branch 'develop' of codeberg.org:calckey/calckey into develop
This commit is contained in:
commit
b82c3c796b
@ -66,7 +66,7 @@ const nameSchema = { type: "string", minLength: 1, maxLength: 50 } as const;
|
||||
const descriptionSchema = {
|
||||
type: "string",
|
||||
minLength: 1,
|
||||
maxLength: 500,
|
||||
maxLength: 2048,
|
||||
} as const;
|
||||
const locationSchema = { type: "string", minLength: 1, maxLength: 50 } as const;
|
||||
const birthdaySchema = {
|
||||
|
Loading…
Reference in New Issue
Block a user