Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider a2e3401e rédigé par Eugen Rochko's avatar Eugen Rochko Validation de GitHub
Parcourir les fichiers

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

Fix #9096
parent 7fee968e
Branches
Étiquettes
Aucune requête de fusion associée trouvée
...@@ -56,6 +56,7 @@ export default class Conversation extends ImmutablePureComponent { ...@@ -56,6 +56,7 @@ export default class Conversation extends ImmutablePureComponent {
otherAccounts={accounts} otherAccounts={accounts}
onMoveUp={this.handleHotkeyMoveUp} onMoveUp={this.handleHotkeyMoveUp}
onMoveDown={this.handleHotkeyMoveDown} onMoveDown={this.handleHotkeyMoveDown}
onClick={this.handleClick}
/> />
); );
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter