sforkowany z mirror/soapbox
StatusList: don't dequeue timeline on mount
rodzic
8052d5040a
commit
28bd9b0f4b
|
@ -46,10 +46,6 @@ export default class StatusList extends ImmutablePureComponent {
|
||||||
divideType: 'border',
|
divideType: 'border',
|
||||||
}
|
}
|
||||||
|
|
||||||
componentDidMount() {
|
|
||||||
this.handleDequeueTimeline();
|
|
||||||
}
|
|
||||||
|
|
||||||
getFeaturedStatusCount = () => {
|
getFeaturedStatusCount = () => {
|
||||||
return this.props.featuredStatusIds ? this.props.featuredStatusIds.size : 0;
|
return this.props.featuredStatusIds ? this.props.featuredStatusIds.size : 0;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue