Fix #99 - public timeline not just reblogs, fix #98 infinite scrolling issues

This commit is contained in:
Eugen Rochko 2016-10-17 01:23:41 +02:00
parent 13ee88926d
commit b5c6d00afa
4 changed files with 8 additions and 7 deletions

View file

@ -66,7 +66,7 @@ const AccountTimeline = React.createClass({
},
handleScrollToBottom () {
this.props.dispatch(expandAccountTimeline(this.props.account.get('id')));
this.props.dispatch(expandAccountTimeline(Number(this.props.params.accountId)));
},
render () {