1000文字まで受け付けるように
This commit is contained in:
@ -18,7 +18,7 @@ import config from '../../../conf';
|
||||
/**
|
||||
* 最大文字数
|
||||
*/
|
||||
const maxTextLength = 500;
|
||||
const maxTextLength = 1000;
|
||||
|
||||
/**
|
||||
* 添付できるファイルの数
|
||||
|
Reference in New Issue
Block a user