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

View File

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