From aac0aa18f323bc798edc43ac185eb15d976d729b Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Wed, 4 Oct 2017 11:57:48 -0400 Subject: [PATCH] RN-383 Fixed new messages indicator (#990) --- app/screens/channel/channel_post_list/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/screens/channel/channel_post_list/index.js b/app/screens/channel/channel_post_list/index.js index 48233586d..f8a5d4f7f 100644 --- a/app/screens/channel/channel_post_list/index.js +++ b/app/screens/channel/channel_post_list/index.js @@ -53,7 +53,7 @@ function makeMapStateToProps() { posts, postVisibility: state.views.channel.postVisibility[channelId], loadingPosts: state.views.channel.loadingPosts[channelId], - LastViewedAt: getMyCurrentChannelMembership(state).last_viewed_at, + lastViewedAt: getMyCurrentChannelMembership(state).last_viewed_at, networkOnline, totalMessageCount: channel.total_msg_count, theme: getTheme(state),