From cf3f063e106ccf23b255310112fc0944ae885aa1 Mon Sep 17 00:00:00 2001 From: mayaeh Date: Tue, 26 Mar 2019 13:31:09 +0900 Subject: [PATCH] [Glitch] Fix menu items that don't action Port 186f7bcbb64e289fb732272c67eae6cb59276941 to glitch-soc --- .../features/account_timeline/components/header.js | 9 +++++++++ 1 file changed, 9 insertions(+) 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 8f742ee2480..291db69df2b 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} />