Implementing Permalinks and jumping to post from search. Performance

improvements.
This commit is contained in:
Christopher Speller
2015-11-18 17:29:06 -05:00
parent 5ee226d7f9
commit 9e8cd93790
29 changed files with 1340 additions and 696 deletions

View File

@@ -94,7 +94,7 @@ export default class RhsThread extends React.Component {
return;
}
var currentPosts = PostStore.getPosts(currentSelected.posts[currentSelected.order[0]].channel_id);
var currentPosts = PostStore.getVisiblePosts(currentSelected.posts[currentSelected.order[0]].channel_id);
if (!currentPosts || currentPosts.order.length === 0) {
return;