Fix unread indicator not updating for notifications ()

Regression from 
pull/11924/head
Eugen Rochko 2019-09-23 02:19:08 +02:00 committed by GitHub
parent 0d2b60ab8b
commit 50b9276330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions
app/javascript/mastodon/components

View File

@ -201,10 +201,6 @@ export default class ScrollableList extends PureComponent {
this.detachIntersectionObserver();
detachFullscreenListener(this.onFullScreenChange);
if (this.props.onScrollToTop) {
this.props.onScrollToTop();
}
}
onFullScreenChange = () => {