diff options
Diffstat (limited to 'web/react')
-rw-r--r-- | web/react/components/posts_view_container.jsx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/web/react/components/posts_view_container.jsx b/web/react/components/posts_view_container.jsx index 761664602..6cdf69402 100644 --- a/web/react/components/posts_view_container.jsx +++ b/web/react/components/posts_view_container.jsx @@ -85,11 +85,6 @@ export default class PostsViewContainer extends React.Component { const channels = this.state.channels.slice(); const channelId = ChannelStore.getCurrentId(); - // Has the channel really changed? - if (channelId === channels[this.state.currentChannelIndex]) { - return; - } - PostStore.clearUnseenDeletedPosts(channelId); let lastViewed = Number.MAX_VALUE; |