From: Eugen Rochko Date: Thu, 25 Oct 2018 23:54:58 +0000 (+0200) Subject: Fix conversations not being marked read on click (#9103) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=a2e3401e48a211f8feba85fb29435ee9100077fc;p=mastodon.git Fix conversations not being marked read on click (#9103) Fix #9096 --- diff --git a/app/javascript/mastodon/features/direct_timeline/components/conversation.js b/app/javascript/mastodon/features/direct_timeline/components/conversation.js index 7277b7f0f..ffcd6d281 100644 --- a/app/javascript/mastodon/features/direct_timeline/components/conversation.js +++ b/app/javascript/mastodon/features/direct_timeline/components/conversation.js @@ -56,6 +56,7 @@ export default class Conversation extends ImmutablePureComponent { otherAccounts={accounts} onMoveUp={this.handleHotkeyMoveUp} onMoveDown={this.handleHotkeyMoveDown} + onClick={this.handleClick} /> ); }