diff --git a/src/api/endpoints/posts/create.js b/src/api/endpoints/posts/create.js index 3a527023c..dc73725a7 100644 --- a/src/api/endpoints/posts/create.js +++ b/src/api/endpoints/posts/create.js @@ -18,7 +18,7 @@ import config from '../../../conf'; /** * 最大文字数 */ -const maxTextLength = 500; +const maxTextLength = 1000; /** * 添付できるファイルの数 diff --git a/src/web/app/desktop/tags/post-form.tag b/src/web/app/desktop/tags/post-form.tag index cc9764e6f..872e92881 100644 --- a/src/web/app/desktop/tags/post-form.tag +++ b/src/web/app/desktop/tags/post-form.tag @@ -13,7 +13,7 @@ -

のこり{ 500 - refs.text.value.length }文字

+

のこり{ 1000 - refs.text.value.length }文字

diff --git a/src/web/app/mobile/tags/post-form.tag b/src/web/app/mobile/tags/post-form.tag index 312046363..900f742e8 100644 --- a/src/web/app/mobile/tags/post-form.tag +++ b/src/web/app/mobile/tags/post-form.tag @@ -2,7 +2,7 @@
-
{ 500 - refs.text.value.length } +
{ 1000 - refs.text.value.length }