summaryrefslogtreecommitdiff
path: root/src/api/endpoints/posts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-01-14 12:15:00 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-01-14 12:15:00 +0900
commite9cfa3dafc30cefccd89be38c876b16699477f37 (patch)
tree63e6656469f172f25859f9fbd29c48cc67d3fd5a /src/api/endpoints/posts
parentRefactor (diff)
downloadsharkey-e9cfa3dafc30cefccd89be38c876b16699477f37.tar.gz
sharkey-e9cfa3dafc30cefccd89be38c876b16699477f37.tar.bz2
sharkey-e9cfa3dafc30cefccd89be38c876b16699477f37.zip
投稿の文字数制限を緩和
Diffstat (limited to 'src/api/endpoints/posts')
-rw-r--r--src/api/endpoints/posts/create.js2
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;
/**
* 添付できるファイルの数