From e8c02c7c1d1d94d362a37c14e2c1a77508906e94 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Fri, 7 Jul 2017 19:27:13 -0400 Subject: Only show unreads below indicator after first load is complete (#6874) --- webapp/components/post_view/post_list.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp') diff --git a/webapp/components/post_view/post_list.jsx b/webapp/components/post_view/post_list.jsx index 13cc28da3..20d1ce0ff 100644 --- a/webapp/components/post_view/post_list.jsx +++ b/webapp/components/post_view/post_list.jsx @@ -152,7 +152,7 @@ export default class PostList extends React.PureComponent { return; } - if (!this.wasAtBottom() && this.props.posts !== nextProps.posts) { + if (!this.wasAtBottom() && this.props.posts !== nextProps.posts && this.hasScrolledToNewMessageSeparator) { const unViewedCount = nextProps.posts.reduce((count, post) => { if (post.create_at > this.state.lastViewed && post.user_id !== nextProps.currentUserId && -- cgit v1.2.3-1-g7c22