mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 10:57:04 +08:00
hide channel unread when opening channel but keep thread unread
This commit is contained in:
parent
8b17f2c886
commit
f9df16b675
|
@ -11,7 +11,7 @@ export default class ChatChannelUnreadIndicator extends Component {
|
|||
get showUnreadIndicator() {
|
||||
return (
|
||||
this.args.channel.tracking.unreadCount > 0 ||
|
||||
this.args.channel.unreadThreadsCount > 0
|
||||
this.args.channel.unreadThreadsCountSinceLastViewed > 0
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user