summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-02-03 07:36:04 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-02-03 07:36:04 -0500
commit5be7d002300afcf1e06cf9878d81f567b4bd9845 (patch)
tree6d5bad6d216762c05a6d1d246fdf77cd1fed7fe9 /web/react/utils/constants.jsx
parentb7b61c0adc323c3a5129bb90f914551899a0e1f1 (diff)
parent92816619cc584c7c172c4e4fdde17624cf7f913f (diff)
downloadchat-5be7d002300afcf1e06cf9878d81f567b4bd9845.tar.gz
chat-5be7d002300afcf1e06cf9878d81f567b4bd9845.tar.bz2
chat-5be7d002300afcf1e06cf9878d81f567b4bd9845.zip
Merge pull request #2048 from rgarmsen2295/plt-1317
PLT-1317 Replaces the clock icon for same user posts with a simple timestamp
Diffstat (limited to 'web/react/utils/constants.jsx')
-rw-r--r--web/react/utils/constants.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index e1a4b8a8a..ad0e4b2fe 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -462,5 +462,6 @@ export default {
MIN_USERNAME_LENGTH: 3,
MAX_USERNAME_LENGTH: 15,
MIN_PASSWORD_LENGTH: 5,
- MAX_PASSWORD_LENGTH: 50
+ MAX_PASSWORD_LENGTH: 50,
+ TIME_SINCE_UPDATE_INTERVAL: 30000
};