Don't show new message indicator for ephemeral posts (#5555)

Этот коммит содержится в:
Joram Wilander
2017-02-28 20:16:31 -05:00
коммит произвёл enahum
родитель f7682ad11a
Коммит 2a621f7470

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

@@ -378,6 +378,7 @@ export default class PostList extends React.Component {
if ((postUserId !== userId || this.props.ownNewMessage) &&
this.props.lastViewed !== 0 &&
post.create_at > this.props.lastViewed &&
!Utils.isPostEphemeral(post) &&
!renderedLastViewed) {
renderedLastViewed = true;