StatusList: don't dequeue timeline on mount

This commit is contained in:
Alex Gleason 2022-06-01 18:00:35 -05:00
parent 8052d5040a
commit 28bd9b0f4b
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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;
}