handleMentionClick = () => {
    this.props.onMention(this.props.status.get('account'), this.props.history);
  };