On receive of a comment that we don't have the thread for, acquire the thread (#3490)

Этот коммит содержится в:
Joram Wilander
2016-07-06 08:48:00 -04:00
коммит произвёл Christopher Speller
родитель 31d956a050
Коммит 6c33350f5c
4 изменённых файлов: 81 добавлений и 34 удалений

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

@@ -136,7 +136,9 @@ export default class PostList extends React.Component {
}
}
loadMorePostsTop() {
loadMorePostsTop(e) {
e.preventDefault();
if (this.props.isFocusPost) {
return GlobalActions.emitLoadMorePostsFocusedTopEvent();
}