summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-02-13 11:03:10 -0500
committerChristopher Speller <crspeller@gmail.com>2016-02-13 11:03:10 -0500
commit958b588448a0bc405068345f267aa623c5014d67 (patch)
tree3f871a2c7654b739e9d8e9d020946d6ceee67b6a /web/react/utils
parent45dfd516aab37c1c336ac3410ee8db0d7c56d65a (diff)
parentc71c5cef632c7dc68072167c6fe091a60835fa02 (diff)
downloadchat-958b588448a0bc405068345f267aa623c5014d67.tar.gz
chat-958b588448a0bc405068345f267aa623c5014d67.tar.bz2
chat-958b588448a0bc405068345f267aa623c5014d67.zip
Merge branch 'release-2.0'
Diffstat (limited to 'web/react/utils')
-rw-r--r--web/react/utils/async_client.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/utils/async_client.jsx b/web/react/utils/async_client.jsx
index 45cdf699f..13b57092d 100644
--- a/web/react/utils/async_client.jsx
+++ b/web/react/utils/async_client.jsx
@@ -549,7 +549,7 @@ export function getPosts(id) {
type: ActionTypes.RECEIVED_POSTS,
id: channelId,
before: true,
- numRequested: Constants.POST_CHUNK_SIZE,
+ numRequested: 0,
post_list: data
});