mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-11 08:01:03 -07:00
Change minimum allowed maxNoteTextLength to 0 (#4256)
This commit is contained in:
parent
83de6d1ce9
commit
e3bbfb2649
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ export const meta = {
|
|||
},
|
||||
|
||||
maxNoteTextLength: {
|
||||
validator: $.optional.num.min(1),
|
||||
validator: $.optional.num.min(0),
|
||||
desc: {
|
||||
'ja-JP': '投稿の最大文字数'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue