Fix conversations not being marked read on click ()

Fix 
lolsob-rspec
Eugen Rochko 2018-10-26 01:54:58 +02:00 committed by GitHub
parent 8d76db2714
commit ebaef6e3df
1 changed files with 1 additions and 0 deletions
app/javascript/mastodon/features/direct_timeline/components

View File

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