RN-383 Fixed new messages indicator (#990)

This commit is contained in:
Harrison Healey 2017-10-04 11:57:48 -04:00 committed by enahum
parent 4c9050198e
commit aac0aa18f3

View file

@ -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),