Fixes new message indicator not appearing.

Этот коммит содержится в:
JoramWilander
2015-08-19 09:37:53 -04:00
родитель 7004a348b5
Коммит a6fea82786

Просмотреть файл

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