Fix conversations not being marked read on click (#9103)

Fix #9096
This commit is contained in:
Eugen Rochko 2018-10-26 01:54:58 +02:00 committed by GitHub
parent 7fee968e9f
commit a2e3401e48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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