Fix load more messages being broken by getPostsSince call

Этот коммит содержится в:
JoramWilander
2016-02-12 10:58:58 -05:00
родитель 6cb4f82ee5
Коммит 4e8da24777

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

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