forked from treehouse/mastodon
parent
00f251b8fe
commit
cf3f063e10
|
@ -99,6 +99,15 @@ export default class Header extends ImmutablePureComponent {
|
||||||
account={account}
|
account={account}
|
||||||
onFollow={this.handleFollow}
|
onFollow={this.handleFollow}
|
||||||
onBlock={this.handleBlock}
|
onBlock={this.handleBlock}
|
||||||
|
onMention={this.handleMention}
|
||||||
|
onDirect={this.handleDirect}
|
||||||
|
onReblogToggle={this.handleReblogToggle}
|
||||||
|
onReport={this.handleReport}
|
||||||
|
onMute={this.handleMute}
|
||||||
|
onBlockDomain={this.handleBlockDomain}
|
||||||
|
onUnblockDomain={this.handleUnblockDomain}
|
||||||
|
onEndorseToggle={this.handleEndorseToggle}
|
||||||
|
onAddToList={this.handleAddToList}
|
||||||
domain={this.props.domain}
|
domain={this.props.domain}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue