Merge pull request #2161 from mattermost/load-more-fix
RC3 Fix load more messages being broken by getPostsSince call
Этот коммит содержится в:
@@ -549,7 +549,7 @@ export function getPosts(id) {
|
|||||||
type: ActionTypes.RECEIVED_POSTS,
|
type: ActionTypes.RECEIVED_POSTS,
|
||||||
id: channelId,
|
id: channelId,
|
||||||
before: true,
|
before: true,
|
||||||
numRequested: Constants.POST_CHUNK_SIZE,
|
numRequested: 0,
|
||||||
post_list: data
|
post_list: data
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user