Skip to content

Commit

Permalink
Merge pull request mattermost#2161 from mattermost/load-more-fix
Browse files Browse the repository at this point in the history
RC3 Fix load more messages being broken by getPostsSince call
  • Loading branch information
crspeller committed Feb 13, 2016
2 parents 4721e5c + 4e8da24 commit c71c5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/react/utils/async_client.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
});

Expand Down

0 comments on commit c71c5ce

Please sign in to comment.