diff --git a/app/javascript/gabsocial/features/notifications/index.js b/app/javascript/gabsocial/features/notifications/index.js index 7857eaa8..011c6ecb 100644 --- a/app/javascript/gabsocial/features/notifications/index.js +++ b/app/javascript/gabsocial/features/notifications/index.js @@ -64,6 +64,10 @@ class Notifications extends React.PureComponent { this.props.dispatch(scrollTopNotifications(false)); } + componentDidMount() { + this.props.dispatch(scrollTopNotifications(true)); + } + handleLoadGap = (maxId) => { this.props.dispatch(expandNotifications({ maxId })); };