diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-01-14 12:15:00 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-01-14 12:15:00 +0900 |
| commit | e9cfa3dafc30cefccd89be38c876b16699477f37 (patch) | |
| tree | 63e6656469f172f25859f9fbd29c48cc67d3fd5a /src/api/endpoints | |
| parent | Refactor (diff) | |
| download | sharkey-e9cfa3dafc30cefccd89be38c876b16699477f37.tar.gz sharkey-e9cfa3dafc30cefccd89be38c876b16699477f37.tar.bz2 sharkey-e9cfa3dafc30cefccd89be38c876b16699477f37.zip | |
投稿の文字数制限を緩和
Diffstat (limited to 'src/api/endpoints')
| -rw-r--r-- | src/api/endpoints/posts/create.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/endpoints/posts/create.js b/src/api/endpoints/posts/create.js index cdcbf4f966..694e6fc824 100644 --- a/src/api/endpoints/posts/create.js +++ b/src/api/endpoints/posts/create.js @@ -17,7 +17,7 @@ import event from '../../event'; /** * 最大文字数 */ -const maxTextLength = 300; +const maxTextLength = 500; /** * 添付できるファイルの数 |