summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-08-02 08:59:07 -0800
committerCorey Hulen <corey@hulen.com>2015-08-02 08:59:07 -0800
commit1f417368adf044baa9c6b6a24fe919bf5235346f (patch)
tree5e947ffb08912ba1d7324df85d4a506454b29397 /web/react/utils/constants.jsx
parent41f96636d6a92f622518271f9ea7dd66c8c84e47 (diff)
parent0c627913f775044b382f9bc115244e4eb40f4833 (diff)
downloadchat-1f417368adf044baa9c6b6a24fe919bf5235346f.tar.gz
chat-1f417368adf044baa9c6b6a24fe919bf5235346f.tar.bz2
chat-1f417368adf044baa9c6b6a24fe919bf5235346f.zip
Merge pull request #276 from mattermost/mm-1688
MM-1688 reset number of posts to fetch on channel switch and fresh page load
Diffstat (limited to 'web/react/utils/constants.jsx')
-rw-r--r--web/react/utils/constants.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index 3509c9514..c51007a66 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -57,6 +57,7 @@ module.exports = {
DEFAULT_CHANNEL: 'town-square',
OFFTOPIC_CHANNEL: 'off-topic',
POST_CHUNK_SIZE: 60,
+ MAX_POST_CHUNKS: 3,
RESERVED_TEAM_NAMES: [
"www",
"web",