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

Commit 76ba819

Browse files
authored
Merge pull request #2534 from withspectrum/last-merge
Last merge
2 parents f206bbf + 49678b7 commit 76ba819

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/views/dashboard/components/inboxThread.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ class InboxThread extends React.Component<Props> {
8787
}
8888

8989
if (currentUserLastSeen && lastActive && currentUserLastSeen < lastActive) {
90+
if (active) return defaultMessageCountString;
91+
9092
return (
9193
<MetaTextPill offset={participants.length} active={active} new>
9294
New messages!

0 commit comments

Comments
 (0)