From 2c42294bbcab3cd5cfdce9604e5872fe4a12e538 Mon Sep 17 00:00:00 2001 From: David Lu Date: Mon, 6 Jun 2016 10:01:35 -0700 Subject: PLT-3101 Added message history (#3205) * Added message history * Minor logical changes * Fixed indexes resetting * Fixed double messages * Fixed resetting main history when RHS opened --- webapp/utils/constants.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/utils/constants.jsx') diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx index 4e293c50e..216131eae 100644 --- a/webapp/utils/constants.jsx +++ b/webapp/utils/constants.jsx @@ -752,6 +752,7 @@ export default { MHPNS: 'https://push.mattermost.com', MTPNS: 'http://push-test.mattermost.com', BOT_NAME: 'BOT', + MAX_PREV_MSGS: 100, POST_COLLAPSE_TIMEOUT: 1000 * 60 * 5, // five minutes LICENSE_EXPIRY_NOTIFICATION: 1000 * 60 * 60 * 24 * 15, // 15 days LICENSE_GRACE_PERIOD: 1000 * 60 * 60 * 24 * 15 // 15 days -- cgit v1.2.3-1-g7c22