Added onScroll props to status_list

(previously removed, adding back now)
This commit is contained in:
mgabdev 2019-07-17 19:00:31 -04:00
parent dea606b62d
commit a6e80559ad
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ export default class StatusList extends ImmutablePureComponent {
timelineId: PropTypes.string,
queuedItemSize: PropTypes.number,
onDequeueTimeline: PropTypes.func,
onScrollToTop: PropTypes.func,
onScroll: PropTypes.func,
};
componentDidMount() {