diff --git a/src/api/endpoints/posts/create.js b/src/api/endpoints/posts/create.js
index cdcbf4f96..694e6fc82 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;
/**
* 添付できるファイルの数
diff --git a/src/web/app/desktop/tags/post-form.tag b/src/web/app/desktop/tags/post-form.tag
index 968385947..8ddc9e0b0 100644
--- a/src/web/app/desktop/tags/post-form.tag
+++ b/src/web/app/desktop/tags/post-form.tag
@@ -12,7 +12,7 @@
のこり{ 300 - refs.text.value.length }文字
+のこり{ 500 - 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 e2d0c9602..28e508ebc 100644 --- a/src/web/app/mobile/tags/post-form.tag +++ b/src/web/app/mobile/tags/post-form.tag @@ -2,7 +2,7 @@