Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2534 from withspectrum/last-merge
Browse files Browse the repository at this point in the history
Last merge
  • Loading branch information
brianlovin authored Mar 8, 2018
2 parents f206bbf + 49678b7 commit 76ba819
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/dashboard/components/inboxThread.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ class InboxThread extends React.Component<Props> {
}

if (currentUserLastSeen && lastActive && currentUserLastSeen < lastActive) {
if (active) return defaultMessageCountString;

return (
<MetaTextPill offset={participants.length} active={active} new>
New messages!
Expand Down

0 comments on commit 76ba819

Please sign in to comment.