From a6fea82786ea31da4f04cfbaa90390e3ebe5ee7a Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Wed, 19 Aug 2015 09:37:53 -0400 Subject: Fixes new message indicator not appearing. --- web/react/components/post_list.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/react/components/post_list.jsx b/web/react/components/post_list.jsx index bebd6847f..586ac1d37 100644 --- a/web/react/components/post_list.jsx +++ b/web/react/components/post_list.jsx @@ -318,7 +318,7 @@ module.exports = React.createClass({ var lastViewed = Number.MAX_VALUE; if (ChannelStore.getCurrentMember() != null) { - lastViewed = ChannelStore.getCurrentMember().lastViewed_at; + lastViewed = ChannelStore.getCurrentMember().last_viewed_at; } if (this.state.postList != null) { -- cgit v1.2.3-1-g7c22