StatusList: don't dequeue timeline on mount
This commit is contained in:
parent
8052d5040a
commit
28bd9b0f4b
1 changed files with 0 additions and 4 deletions
|
@ -46,10 +46,6 @@ export default class StatusList extends ImmutablePureComponent {
|
|||
divideType: 'border',
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
this.handleDequeueTimeline();
|
||||
}
|
||||
|
||||
getFeaturedStatusCount = () => {
|
||||
return this.props.featuredStatusIds ? this.props.featuredStatusIds.size : 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue