[Glitch] Fix menu items that don't action

Port 186f7bcbb6 to glitch-soc
signup-info-prompt
mayaeh 2019-03-26 13:31:09 +09:00 committed by ThibG
parent 00f251b8fe
commit cf3f063e10
1 changed files with 9 additions and 0 deletions

View File

@ -99,6 +99,15 @@ export default class Header extends ImmutablePureComponent {
account={account}
onFollow={this.handleFollow}
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}
/>