Fix #529 - Make hashtag timelines show conversations, fix hashtag loading in the UI
This commit is contained in:
parent
8ef79d8dc9
commit
bf60f2898d
6 changed files with 14 additions and 8 deletions
|
|
@ -67,6 +67,7 @@ const Following = React.createClass({
|
|||
return (
|
||||
<Column>
|
||||
<ColumnBackButton />
|
||||
|
||||
<ScrollContainer scrollKey='following'>
|
||||
<div className='scrollable' onScroll={this.handleScroll}>
|
||||
<div>
|
||||
|
|
|
|||
Reference in a new issue