Skip to content

Commit ef2e382

Browse files
Gargronhiyuki2578
authored andcommitted
Fix unread indicator not updating for notifications (mastodon#11923)
Regression from mastodon#11898
1 parent da9d0f0 commit ef2e382

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

app/javascript/mastodon/components/scrollable_list.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,6 @@ export default class ScrollableList extends PureComponent {
201201
this.detachIntersectionObserver();
202202

203203
detachFullscreenListener(this.onFullScreenChange);
204-
205-
if (this.props.onScrollToTop) {
206-
this.props.onScrollToTop();
207-
}
208204
}
209205

210206
onFullScreenChange = () => {

0 commit comments

Comments
 (0)