mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix menu items that don't action (#10379)
This commit is contained in:
parent
e117964325
commit
186f7bcbb6
@ -98,6 +98,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…
x
Reference in New Issue
Block a user