Merge branch 'dropdown' of https://github.com/blackle/mastodon into blackle-dropdown
This commit is contained in:
@ -49,7 +49,7 @@ const StatusActionBar = React.createClass({
|
||||
},
|
||||
|
||||
handleMentionClick () {
|
||||
this.props.onMention(this.props.status.get('account'));
|
||||
this.props.onMention(this.props.status.get('account'), this.context.router);
|
||||
},
|
||||
|
||||
handleBlockClick () {
|
||||
|
Reference in New Issue
Block a user