Merge pull request #2161 from mattermost/load-more-fix

RC3 Fix load more messages being broken by getPostsSince call
Этот коммит содержится в:
Christopher Speller
2016-02-13 10:30:50 -05:00
родитель 4721e5cd2b 4e8da24777
Коммит c71c5cef63

Просмотреть файл

@@ -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
});