From: mayaeh Date: Tue, 26 Mar 2019 04:31:09 +0000 (+0900) Subject: [Glitch] Fix menu items that don't action X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=cf3f063e106ccf23b255310112fc0944ae885aa1;p=mastodon.git [Glitch] Fix menu items that don't action Port 186f7bcbb64e289fb732272c67eae6cb59276941 to glitch-soc --- diff --git a/app/javascript/flavours/glitch/features/account_timeline/components/header.js b/app/javascript/flavours/glitch/features/account_timeline/components/header.js index 8f742ee24..291db69df 100644 --- a/app/javascript/flavours/glitch/features/account_timeline/components/header.js +++ b/app/javascript/flavours/glitch/features/account_timeline/components/header.js @@ -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} />