RN-383 Fixed new messages indicator (#990)
This commit is contained in:
parent
4c9050198e
commit
aac0aa18f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue