2
2
mirror of https://github.com/mastodon/mastodon synced 2025-04-12 00:56:38 +02:00

Fix M hotkey inserting @undefined when in detailed status ()

Fix 
This commit is contained in:
Eugen Rochko 2018-07-03 02:17:18 +02:00 committed by Yamagishi Kazutoshi
parent 30b377cc15
commit 23e1f143de

@ -276,7 +276,7 @@ export default class Status extends ImmutablePureComponent {
handleHotkeyMention = e => {
e.preventDefault();
this.handleMentionClick(this.props.status);
this.handleMentionClick(this.props.status.get('account'));
}
handleHotkeyOpenProfile = () => {