]> cat aescling's git repositories - mastodon.git/commitdiff
Fix conversations not being marked read on click (#9103)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 25 Oct 2018 23:54:58 +0000 (01:54 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Oct 2018 23:54:58 +0000 (01:54 +0200)
Fix #9096

app/javascript/mastodon/features/direct_timeline/components/conversation.js

index 7277b7f0fc37495537d0987ddb202d2e1613fe8e..ffcd6d2811af8ac082a4cee79051e5073f2377c8 100644 (file)
@@ -56,6 +56,7 @@ export default class Conversation extends ImmutablePureComponent {
         otherAccounts={accounts}
         onMoveUp={this.handleHotkeyMoveUp}
         onMoveDown={this.handleHotkeyMoveDown}
+        onClick={this.handleClick}
       />
     );
   }