Этот коммит содержится в:
Christopher Speller
2016-02-13 11:03:10 -05:00
родитель 45dfd516aa c71c5cef63
Коммит 958b588448
6 изменённых файлов: 52 добавлений и 17 удалений

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

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