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

Fix #9096
th-downstream
Eugen Rochko 6 years ago committed by GitHub
parent 8d76db2714
commit ebaef6e3df

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

Loading…
Cancel
Save