summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2017-06-29 22:36:55 +0800
committerHarrison Healey <harrisonmhealey@gmail.com>2017-06-29 10:36:55 -0400
commit94e734c1bdc2f7e377a469c57add45cf9261fba7 (patch)
tree09a810dc08d847194ae314c405201a7c36b941c4 /webapp/utils
parentfcc9a8e6ae006b3609a0d6e013ad0060bc2f1c2a (diff)
downloadchat-94e734c1bdc2f7e377a469c57add45cf9261fba7.tar.gz
chat-94e734c1bdc2f7e377a469c57add45cf9261fba7.tar.bz2
chat-94e734c1bdc2f7e377a469c57add45cf9261fba7.zip
[PLT-6655] Remove 1024 character limit with text settings at system console, except sitename of custom branding (#6597)
* remove 1024 character limit with text settings at system console, except sitename of custom branding * add ability to set textarea of TextSetting
Diffstat (limited to 'webapp/utils')
-rw-r--r--webapp/utils/constants.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index 477495423..46cb009fd 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -931,7 +931,6 @@ export const Constants = {
MAX_POSITION_LENGTH: 35,
MIN_TRIGGER_LENGTH: 1,
MAX_TRIGGER_LENGTH: 128,
- MAX_TEXTSETTING_LENGTH: 1024,
MAX_SITENAME_LENGTH: 30,
TIME_SINCE_UPDATE_INTERVAL: 30000,
MIN_HASHTAG_LINK_LENGTH: 3,