Этот коммит содержится в:
hmhealey
2015-11-27 17:03:09 -05:00
родитель 42a001c4e2
Коммит 4bc5ba9e50

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

@@ -554,7 +554,7 @@ class PostStoreClass extends EventEmitter {
return 0;
}
getCommentCount(post) {
const posts = this.getPosts(post.channel_id).posts;
const posts = this.getAllPosts(post.channel_id).posts;
let commentCount = 0;
for (const id in posts) {