Этот коммит содержится в:
Joram Wilander
2017-06-30 17:01:42 -04:00
коммит произвёл Corey Hulen
родитель 5507154992
Коммит 6e5b1b7cd4
2 изменённых файлов: 2 добавлений и 2 удалений

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

@@ -71,7 +71,7 @@ class PostStoreClass extends EventEmitter {
}
getLatestReplyablePost(channelId) {
const postIds = getState().entities.posts.postsInChannel[channelId];
const postIds = getState().entities.posts.postsInChannel[channelId] || [];
const posts = getState().entities.posts.posts;
for (const postId of postIds) {

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

@@ -5043,7 +5043,7 @@ math-expression-evaluator@^1.2.14:
mattermost-redux@mattermost/mattermost-redux#webapp-master:
version "0.0.1"
resolved "https://codeload.github.com/mattermost/mattermost-redux/tar.gz/435f9e5ae8a4d021892465d354b6cd331e2766d9"
resolved "https://codeload.github.com/mattermost/mattermost-redux/tar.gz/36bdc456028c19605263958ecb2e5b9612b4a67f"
dependencies:
deep-equal "1.0.1"
harmony-reflect "1.5.1"