Fix conversations not being marked read on click (#9103)
Fix #9096remotes/1727458204337373841/tmp_refs/heads/signup-info-prompt
parent
7fee968e9f
commit
a2e3401e48
|
@ -56,6 +56,7 @@ export default class Conversation extends ImmutablePureComponent {
|
|||
otherAccounts={accounts}
|
||||
onMoveUp={this.handleHotkeyMoveUp}
|
||||
onMoveDown={this.handleHotkeyMoveDown}
|
||||
onClick={this.handleClick}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue